Class LogicalXor

Inheritance Relationships

Base Type

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.