Class Mod
Defined in File mod.h
Inheritance Relationships
Base Type
public mindspore::ops::BaseOperator
Class Documentation
-
class Mod : public mindspore::ops::BaseOperator
Computes the remainder of dividing the first input tensor by the second input tensor element-wise. Refer to Python API mindspore.ops.Mod for more details.
Public Functions
-
inline Mod()
Constructor.
-
inline void Init() const
Init. Refer to the parameters of Python API mindspore.ops.Mod for the inputs.
-
inline Mod()