Visible to Intel only — GUID: cgj1657207285601
Ixiasoft
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)
Visible to Intel only — GUID: cgj1657207285601
Ixiasoft
4.2. Outputs (dla_compiler Command Options)
--o Option
- Syntax
- --o <file_name>
- Description
- This option specifies the output file name for the exported compiled graph.
- Example
- -‑o ResNet50_GenericArch.bin
- Parsed As
- (string)
--dumpdir Option
- Syntax
- --dumpdir path
- Description
- This option specifies the path to the folder for export file and debug file outputs.
- Example
- --dumpdir /tmp/my_output/
- Parsed As
- (string)
--foutput-format Option
- Syntax
- --foutput-format=<exported_graph_format>
- Description
-
This option specifies the format of the exported compiled graph file.
The <exported_graph_format> parameter can take one of the following values:
- open_vino_hetero
The export function is called from the OpenVINO™ HETERO plugin. This option serializes and dumps the following outputs to a binary file:
- OpenVINO™ input information
- OpenVINO™ output information
- FPGA AI Suite compiled results
- dla_compiled_result
Only the FPGA AI Suite compiled results are dumped to the binary file.
- open_vino_hetero
- Default Value
- open_vino_hetero
- Parsed As
- (string)