Class LogicalXor
Defined in File logical_xor.h
Inheritance Relationships
Base Type
public mindspore::ops::BaseOperator
Class Documentation
-
class LogicalXor : public mindspore::ops::BaseOperator
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.
-
inline void Init() const
Init. Refer to the parameters of Python API mindspore.numpy.logical_xor for the inputs.
-
inline LogicalXor()