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_RUNA layer is not executed.
OPTIMIZED_OUTA layer is optimized out during graph optimization phase.
EXECUTEDA layer is executed.