mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Merge pull request #24176 from dkurt:correct_perf_test
This commit is contained in:
commit
613ff7c85d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user