This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
#include <ov_infer_request.h> enum Status { NOT_RUN, OPTIMIZED_OUT, EXECUTED, };
NOT_RUN
Defines the general status of a node.
A node is not executed.
OPTIMIZED_OUT
A node is optimized out during graph optimization phase.
EXECUTED
A node is executed.