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