FPGA AI Suite: Compiler Reference Manual

ID 768972
Date 12/16/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: rne1657207288085

Ixiasoft

Document Table of Contents

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.