openvino.runtime.opset13.range#
- openvino.runtime.opset13.range(start: Node, stop: Node | int | float | ndarray, step: Node | int | float | ndarray, output_type: str, 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.
output_type – The output tensor type.
name – Optional name for output node.
- Returns:
Range node