Class ov::op::v1::ReduceMin#

class ReduceMin : public ov::op::util::ArithmeticReductionKeepDims#

ReduceMin operation.

Public Functions

ReduceMin() = default#

Constructs a summation operation.

ReduceMin(const Output<Node> &arg, const Output<Node> &reduction_axes, bool keep_dims = false)#

Constructs a summation operation.

Parameters:
  • arg – The tensor to be summed.

  • reduction_axes – The axis positions (0-based) to be eliminated.

  • keep_dims – If set to 1 it holds axes that are used for reduction.

virtual bool has_evaluate() const override#

Allows to get information about availability of evaluate method for the current operation.