openvino.runtime.opset9.range¶
- openvino.runtime.opset9.range(start: openvino._pyopenvino.Node, stop: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], step: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.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