1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

gemm support transA and transB, and first input is constance.

This commit is contained in:
zihaomu
2022-11-29 17:13:36 +08:00
parent 25ac77e010
commit 0d56524b72
3 changed files with 98 additions and 32 deletions
+1
View File
@@ -1829,6 +1829,7 @@ TEST_P(Test_ONNX_layers, Gemm)
{
testONNXModels("gemm_no_transB");
testONNXModels("gemm_transB_0");
testONNXModels("gemm_first_const");
}
TEST_P(Test_ONNX_layers, Quantized_Convolution)