Visible to Intel only — GUID: wjt1657207288944
Ixiasoft
Visible to Intel only — GUID: wjt1657207288944
Ixiasoft
5.3. The Partitioning Table Report
When the dla_compiler tool invokes the OpenVINO™ HETERO plugin, the plugin creates a file named hetero_subgraphs_<graph_name>.dot that is a visual representation of the graph where the graph layers are annotated to indicate if the layer runs on the CPU or the FPGA device.
You can use the dot program from the Graphviz open source graph visualization software package to convert .dot files into formats that are more easily viewable, such as SVG.
You can open an SVG file directly in most web browsers, including Mozilla* Firefox*.
dot -Tsvg hetero_subgraphs_ResNet50.dot -o subgraphs.svg
Open subgraphs.svg in a web browser to view the visualization of the graph layers.