Class ov::op::util::SqueezeBase#

class SqueezeBase : public ov::op::Op#

Squeeze operation.

Subclassed by ov::op::v0::Squeeze, ov::op::v15::Squeeze

Public Functions

SqueezeBase(const Output<Node> &data)#

Constructs a squeeze operation.

Parameters:

dataInput tensor with data

SqueezeBase(const Output<Node> &data, const Output<Node> &axes)#

Constructs a squeeze operation.

Parameters:
  • dataInput tensor with data

  • axis – The axis along which to squeeze the input tensor.

virtual bool has_evaluate() const override#

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