openvino.runtime.opset5.mod#
- openvino.runtime.opset5.mod(left_node: Node | int | float | ndarray, right_node: Node | int | float | ndarray, auto_broadcast: str = 'NUMPY', name: str | None = None) 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.