equal
¶
-
plaidml.op.
equal
(lhs, rhs)[source]¶ Elementwise tensor equality.
Builds a boolean tensor whose values are true when the corresponding elements of the inputs are equal.
Parameters: - lhs (tile.Value) – The left-hand side
- rhs (tile.Value) – The right-hand side
Returns: tile.Value – The output value