Add
Add
This node takes two input values and outputs the element-wise sum.
Supported input data types are Int8, Int16, Int32, Int64, Uint8, Float16, Float32, Float64 and Bool, of any shape. The output data type will be the same as the input. For boolean input values, the output will be true if either of the inputs are true, and false otherwise, like an OR operation.
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.