1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #24176 from dkurt:correct_perf_test

This commit is contained in:
Alexander Alekhin
2023-08-18 15:48:53 +00:00
-1
View File
@@ -678,7 +678,6 @@ PERF_TEST_P_(Layer_FullyConnected, fc)
lp.set("axis", input.dims - 1);
lp.set("is_matmul", weights.dims > 2);
lp.set("bias_term", false);
lp.set("transB", true);
lp.set("num_output", (int)weights.total(0, weights.dims - 1));
lp.blobs.resize(1, weights);