Visible to Intel only — GUID: bst1657207287429
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: bst1657207287429
Ixiasoft
5.1. FPGA AI Suite Input File Formats
OpenVINO Graphs (.xml/.bin)
These files are specified with the --network-file compiler command option.
Your must convert your models to the OpenVINO Inference Engine format (*.xml and *.bin files) by using the OpenVINO Model Optimizer tool.
For details, refer to the OpenVINO documentation at the following URL:
https://docs.openvino.ai/2022.3/openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html
FPGA AI Suite IP Architecture Description (.arch)
This file is specified with the --march compiler command option.
For details about this file format, review the FPGA AI Suite IP Reference Manual.
Related Information