1. FPGA AI Suite Compiler Reference Manual
2. About the FPGA AI Suite Compiler
3. FPGA AI Suite Compiler Use Modes
4. FPGA AI Suite Compiler Command Line Options
5. Compiler Inputs and Outputs
A. FPGA AI Suite Compiler Reference Manual Archives
B. FPGA AI Suite Compiler Reference Manual Document Revision History
4.1. Inputs (dla_compiler Command Options)
4.2. Outputs (dla_compiler Command Options)
4.3. Reporting (dla_compiler Command Options)
4.4. Compilation Options (dla_compiler Command Options)
4.5. Architecture Options (dla_compiler Command Options)
4.6. Architecture Optimizer Options (dla_compiler Command Options)
4.7. Analyzer Tool Options (dla_compiler Command Options)
4.8. Miscellaneous Options (dla_compiler Command Options)
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*.
For example, to create an SVG file from a hetero_subgraphs_ResNet50.dot file generated by the OpenVINO™ HETERO plugin, run the following command:
dot -Tsvg hetero_subgraphs_ResNet50.dot -o subgraphs.svg
Open subgraphs.svg in a web browser to view the visualization of the graph layers.