Class FloorDiv
Defined in File floor_div.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
Class Documentation
-
class FloorDiv : public mindspore::ops::PrimitiveC
Divides the first input tensor by the second input tensor element-wise and round down to the closest integer. Refer to Python API mindspore.ops.FloorDiv for more details.
Public Functions
-
inline FloorDiv()
Constructor.
-
~FloorDiv() = default
Destructor.
-
inline void Init()
Init. Refer to the parameters of Python API mindspore.ops.FloorDiv for the inputs.
-
inline FloorDiv()