tensorflow / ngraph-bridge

TensorFlow-nGraph bridge
Other
137 stars 65 forks source link

Follow a consistent naming scheme when dumping graphs #763

Closed adk9 closed 3 years ago

adk9 commented 3 years ago

When TF_OV_DUMP_GRAPHS=1 graphs at various different stages in the pipeline are dumped. We follow a consistent naming scheme for graphs as shown below:

nGraph graph: ngraph_cluster_226.dot

nGraph graphs during optimization passes: ngraph_cluster_226_before_TS.dot ngraph_cluster_226_after_TS.dot

nGraph graph after an executable is built: ngraph_cluster_226_executable.dot

IE CNN network: ngraph_cluster_226.xml ngraph_cluster_226.bin

IE CNN network after it's loaded to a device: ngraph_cluster_226_IE_CPU_init.dot