openvino.experimental.evaluate_both_bounds#

openvino.experimental.evaluate_both_bounds(output: openvino._pyopenvino.Output) tuple[openvino._pyopenvino.Tensor, openvino._pyopenvino.Tensor]#

Evaluates lower and upper value estimations of the output tensor. It traverses the graph upwards to deduce the estimation.

Parameters:

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

Returns:

Tensors representing the lower and upper bound value estimations.

Return type:

Tuple[openvino.Tensor, openvino.Tensor]