airjimmy89
Results
2
comments of
airjimmy89
Thanks for the reply! :) Is it because the input pixel value is an 8bit uint number that we can use the XOR-popcount-adds method? It does get a right answer...
And what if one of the weight vector is all 1s? Overflowed? In case of that, we should take a (8+log2(vectorlength))bit number to represent the output?