fastmachinelearning / hls4ml-tutorial

Tutorial notebooks for hls4ml
http://fastmachinelearning.org/hls4ml-tutorial/
274 stars 123 forks source link

Difference between in encoded and buffer implementation in 2dCNN #33

Open Hachem96 opened 1 year ago

Hachem96 commented 1 year ago

In the nnet_conv2d_stream, there are two methods to implement the 2dCNN model: linebuffer and encoded. I read the code of both methods. However I did not understand the implementation of encoded method and what is the difference between both of two methods.