Class FloorDiv

Inheritance Relationships

Base Type

  • public mindspore::ops::BaseOperator

Class Documentation

class FloorDiv : public mindspore::ops::BaseOperator

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.

inline void Init() const

Init. Refer to the parameters of Python API mindspore.ops.FloorDiv for the inputs.