7. Compiling Your Model with the FPGA AI Suite Compiler
You can use the FPGA AI Suite compiler in a number of modes when you are developing your graph and architecture.
These use modes require your graphs to be processed into an OpenVINO™ intermediate representation (IR) by the OpenVINO™ Model Converter tool. The Model Converter generates IR files that describe your model network topology (.xml) and the weights and biases for your model (.bin).
These OpenVINO™ IR files also serve as inputs to the OpenVINO™ Inference Engine.
Before you use the compiler, it is helpful to understand the FPGA AI Suite IP overlay architecture. You can learn more by reviewing How Does the FPGA AI Suite Overlay Architecture Work? and Creating an Architecture File for the FPGA AI Suite IP.
Use the FPGA AI Suite compiler (dla_compiler command) to do the following tasks: