Class LogicalXor
Defined in File logical_xor.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
Class Documentation
-
class LogicalXor : public mindspore::ops::PrimitiveC
Computes the truth value of x1 XOR x2, element-wise. Refer to Python API mindspore.numpy.logical_xor for more details.
Public Functions
-
inline LogicalXor()
Constructor.
-
~LogicalXor() = default
Destructor.
-
inline void Init()
Init. Refer to the parameters of Python API mindspore.numpy.logical_xor for the inputs.
-
inline LogicalXor()