mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 15:20:51 +08:00
Remove explitit transB attribute from MatMul perf test
This commit is contained in:
parent
bb7c35b99f
commit
d88ad46978
@ -678,7 +678,6 @@ PERF_TEST_P_(Layer_FullyConnected, fc)
|
|||||||
lp.set("axis", input.dims - 1);
|
lp.set("axis", input.dims - 1);
|
||||||
lp.set("is_matmul", weights.dims > 2);
|
lp.set("is_matmul", weights.dims > 2);
|
||||||
lp.set("bias_term", false);
|
lp.set("bias_term", false);
|
||||||
lp.set("transB", true);
|
|
||||||
lp.set("num_output", (int)weights.total(0, weights.dims - 1));
|
lp.set("num_output", (int)weights.total(0, weights.dims - 1));
|
||||||
lp.blobs.resize(1, weights);
|
lp.blobs.resize(1, weights);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user