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.2. FPGA AI Suite Compiler Graph Export Formats
Use the --foutput-format option of the FPGA AI Suite compiler command to set the graph export format. You can export the graph in the following formats:
OpenVINO™ HETERO Graph Export File Format
For the open_vino_hetero output file format (as set by the --foutput-format option), the export function is called from the OpenVINO™ HETERO plugin. This plugin serializes and dumps OpenVINO™ input and output information and the FPGA AI Suite (dla_compiler) compiled results to a binary file.
Compiled Results Graph ExportFile Format
For dla_compiled_result output file format (as set by the --foutput-format option), the export function is called from the OpenVINO™ HETERO plugin. Only the FPGA AI Suite (dla_compiler) compiled results are dumped to a binary file.
Related Information