edgeai-tidl-tools
edgeai-tidl-tools copied to clipboard
MatMul is not suported now
ONNX operator MatMul is not suported now.. By passing
why matmul is not suported ?
I'm using TIDL tidl_j721e_08_02_00_11
I suppose you are talking about Linear layer being termed as MatMul in onnx. To get TIDL acceleration support, you need to convert that MatMul operation to Gemm. For that your Linear should has bias as False. In your case it seems that Linear layer has bias True that is the reason it is showing MatMul and not Gemm.