NotEqual¶
- 
class 
plaidml.op.NotEqual(lhs, rhs)[source]¶ Elementwise tensor inequality.
Builds a boolean tensor whose values are true where the corresponding elements of the inputs are not 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()