Class Greater
Defined in File greater.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
Class Documentation
-
class Greater : public mindspore::ops::PrimitiveC
Computes the boolean value of \(x>y\) element-wise. Refer to Python API mindspore.ops.Greater for more details.
Public Functions
-
inline Greater()
Constructor.
-
~Greater() = default
Destructor.
-
inline void Init()
Init. Refer to the parameters of Python API mindspore.ops.Greater for the inputs.
-
inline Greater()