openvino.runtime.opset3.mod¶
- openvino.runtime.opset3.mod(left_node: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], right_node: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], auto_broadcast: str = 'NUMPY', name: Optional[str] = None) openvino._pyopenvino.Node ¶
Return node performing element-wise division reminder with two given tensors.
- Parameters
left_node – The first input node for mod operation.
right_node – The second input node for mod operation.
auto_broadcast – Specifies rules used for auto-broadcasting of input tensors.
name – Optional name for output node.
- Returns
The node performing element-wise Mod operation.