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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user