hls4ml-tutorial
hls4ml-tutorial copied to clipboard
Difference between in encoded and buffer implementation in 2dCNN
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.