Class ov::op::v1::ReduceMax¶
-
class ReduceMax : public ov::op::util::ArithmeticReductionKeepDims¶
ReduceMax operation.
Public Functions
-
ReduceMax() = default¶
Constructs a summation operation.
-
ReduceMax(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.
-
ReduceMax() = default¶