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:
Returns:

True if estimation evaluation was successful, false otherwise.

Return type:

bool