Equal

class plaidml.op.Equal(lhs, rhs)[source]

Elementwise tensor equality.

Builds a boolean tensor whose values are true where the corresponding elements of the inputs are equal.

Methods

__init__(lhs, rhs) Operation constructor.
bind(bindings) Builds an output variable dictionary for the operation.
function(*args, **kwargs) Invokes an Operation as a function.
sole_output()