Div
This node takes two input values and outputs the first input divided by the second, element-wise.
Supported input data types are Int8, Int16, Int32, Int64, Uint8, Float16, Float32 and Float64, of any shape. The output data type will be the same as the input.
The two inputs must have the same data type. They must also have the same shape, or be broadcastable to a common shape. The output will have the same shape as the input, or as the common shape that was broadcasted to.