|
onnx2versal
|
Vector implementation for Hx4 QLinearConv, requires data to be arranged in [a,b,c,d,e,f,g,h,i] -> [a,b,c,0, d,e,f,0, g,h,i,0, 0,0,0,0], requires bias to be shifted, i.e. tbias - tw.reshape(M,-1).sum(1) * X_zero_point, requires INP_W%16=0, OUT_W_PAD%16=0, QLinearConv3x3<28,32,28,32,1,1,1,1,6,3> total = 2677.
#include <qlinearconv.h>
Static Public Member Functions | |
| static void | registerKernelClass () |