Commits


Rachel Guo authored and GitHub committed 14a2b2518e9
[NNAPI QDQ] add qdq gemm/matmul op support (#11089) * wip 1 * wip * wip * wip * wip supported * wip * wip * fix bias shape * wip * wip * add gemm to binary op support checker * op builder change * add gemm bias handling * update * modify and add additional checks * support matmul * modify qdq matmul test case to make inputs an initializer * support matmul test case pass * modify several helper methods * minor variable modify * TestQDQGemm UT pass * fix UT test pass * uncomment minor fix * fix build * remove unnecessary line * update to QDQMatMul tests * add check to addinitializerstoskip * address comments * minor update * update bool -> const bool * update * add tests and other minor update Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>