Mul
Description
Performs element-wise multiplication (with NumPy-style broadcasting supported).

Input
- A: input tensor of type float, float16, int8, or int32. The shape and B must meet the broadcast relationship.
- B: input tensor of type float, float16, int8, or int32. The shape and A must meet the broadcast relationship.
Output
C: output tensor. The shape must be the same as that of A and B after broadcasting. The data type is the same as that of A.
Constraints
None.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18.
Parent topic: Supported ONNX Operators