Data Structures | Variables
Execution graph utilities

Contains ExecutionNode and its properties. More...

Data Structures

class  ExecGraphInfoSerialization::ExecutionNode
 The Execution node which is used to represent node in execution graph. More...
 

Variables

static const char ExecGraphInfoSerialization::ORIGINAL_NAMES [] = "originalLayersNames"
 Used to get a string of layer names separated by a comma from the original IR, which were fused/merged to the current executable primitive.
 
static const char ExecGraphInfoSerialization::IMPL_TYPE [] = "primitiveType"
 Used to get a type of the executable primitive.
 
static const char ExecGraphInfoSerialization::OUTPUT_PRECISIONS [] = "outputPrecisions"
 Used to get output precisions of the executable primitive.
 
static const char ExecGraphInfoSerialization::PERF_COUNTER [] = "execTimeMcs"
 Used to get a value of execution time of the executable primitive.
 
static const char ExecGraphInfoSerialization::OUTPUT_LAYOUTS [] = "outputLayouts"
 Used to get output layouts of primitive.
 
static const char ExecGraphInfoSerialization::EXECUTION_ORDER [] = "execOrder"
 Used to get an execution order of primitive.
 
static const char ExecGraphInfoSerialization::LAYER_TYPE [] = "layerType"
 Used to get a type of primitive.
 
static const char ExecGraphInfoSerialization::RUNTIME_PRECISION [] = "runtimePrecision"
 Used to get runtime precision of the executable primitive.
 

Detailed Description

Contains ExecutionNode and its properties.