openvino.runtime.opset11.range#
- openvino.runtime.opset11.range(start: Node, stop: Node | int | float | ndarray, step: Node | int | float | ndarray, name: str | None = None) Node #
Return a node which produces the Range operation.
- Parameters:
start – The start value of the generated range.
stop – The stop value of the generated range.
step – The step value for the generated range.
name – Optional name for output node.
- Returns:
Range node