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:
Returns:

tile.Value – The output value