Forum Discussion
JohnT_Altera
Regular Contributor
6 years agoHi,
You understanding is correct. You may also understand more on this from https://www.youtube.com/watch?v=UNoEflEM2IQ.
- YJing86 years ago
New Contributor
Thank you very much.
One more question. I read the source code of openvino and get the information that Cldnn already support about fifty primitives.
(1)Whether all of those primitives are implemented by FPGA?
(2)If some primitives in DNN can be merged in FPGA, that is the first primitive's output can be the input of the second primitive, how to write the source code and see the compiler result?