enum InferenceEngine::InferenceEngineProfileInfo::LayerStatus¶
Overview¶
Defines the general status of the layer. More…
#include <ie_common.h>
enum LayerStatus
{
NOT_RUN,
OPTIMIZED_OUT,
EXECUTED,
};
Detailed Documentation¶
Defines the general status of the layer.
Enum Values¶
NOT_RUN
A layer is not executed.
OPTIMIZED_OUT
A layer is optimized out during graph optimization phase.
EXECUTED
A layer is executed.