Class Div
Defined in File div.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
Derived Type
public mindspore::ops::DivFusion
(Class DivFusion)
Class Documentation
-
class Div : public mindspore::ops::PrimitiveC
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.
-
~Div() = default
Destructor.
-
inline void Init()
Init. Refer to the parameters of Python API mindspore.ops.Div for the inputs.
-
inline Div()