openvino.experimental.evaluate_both_bounds#
- openvino.experimental.evaluate_both_bounds(output: ov::Output<ov::Node>) tuple[ov::Tensor, ov::Tensor] #
Evaluates lower and upper value estimations of the output tensor. It traverses the graph upwards to deduce the estimation.
- Parameters:
output (openvino.runtime.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]