Class ReduceMin

Inheritance Relationships

Base Type

Class Documentation

class ReduceMin : public mindspore::ops::Reduce

Reduces a dimension of a tensor by the minimum value in the dimension, by default. Refer to Python API mindspore.ops.ReduceMin for more details.

Public Functions

inline ReduceMin()

Constructor.

~ReduceMin() = default

Destructor.