Forum Discussion
JohnT_Altera
Regular Contributor
6 years agoHi,
The .aocx file will be link to prototxt file where OpenVINO will refer to as to understand what is supported by the FPGA.
The plugin class will only execute the acceleration into the FPGA depending on what type of design is being programmed into the FPGA by referring to prototxt. It will be done automatically by the OpenVINO tools.
- YJing86 years ago
New Contributor
Thanks for your response @JohnT_Intel
There are still some puzzles with me.
- xxx. prototxt is also caffe NN model file. Is there any relationship between caffe NN model file and architecture file
- The format of caffe NN model file seems to be different to architecture file?
- As you mentioned "The .aocx file will be link to prototxt file ", whether it means that there are serveral different NN model can be infer to the same bitstream file?
- If I customize a primitive, I think it will change the FPGA bitstream. That is the .aocx will also change, not only the .prototxt file?
- Where is OpenCL API run? in the software stack of FPGA or in the software stack of X86?