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