enum ov::ProfilingInfo::Status¶
Overview¶
Defines the general status of a node. More…
#include <profiling_info.hpp>
enum Status
{
NOT_RUN,
OPTIMIZED_OUT,
EXECUTED,
};
Detailed Documentation¶
Defines the general status of a node.
Enum Values¶
NOT_RUN
A node is not executed.
OPTIMIZED_OUT
A node is optimized out during graph optimization phase.
EXECUTED
A node is executed.