Mod
Description
Performs element-wise binary modulus (with NumPy-style broadcasting support). The sign of the remainder is the same as that of the divisor.
Input
Two inputs:
A: list of tensors of type float16, float, int32, int8, or uint8.
B: list of tensors of type float16, float, int32, int8, or uint8.
Output
One output:
C: list of tensors of type float16, float, int32, int8, or uint8.
ONNX Opset Support
Opset v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Operators Specifications of the AI Framework