openvino.experimental.evaluate_as_partial_shape#

openvino.experimental.evaluate_as_partial_shape(output: ov::Output<ov::Node>, partial_shape: openvino._pyopenvino.PartialShape) bool#

Evaluates lower and upper value estimations for the output tensor. The estimation will be represented as a partial shape object, using Dimension(min, max) for each element.

Parameters:
  • output (openvino.Output) – Node output pointing to the tensor for estimation.

  • partial_shape (openvino.PartialShape) – The resulting estimation will be stored in this PartialShape.

Returns:

True if estimation evaluation was successful, false otherwise.

Return type:

bool