Function Description
Operator Function
Returns the element-wise operation results between tensors source0 and source1, reformattable into arbitrary layouts and data types. Formula: 
reduce_op |
Function |
|---|---|
add |
Addition |
minus |
Subtraction |
multiple |
Multiplication |
div |
Division |
gt |
Greater than |
ge |
Greater than or equal to |
lt |
Less than |
le |
Less than or equal to |
ne |
Not equal to |
The Binary operator does not involve forward or back propagation.
Parent topic: Binary