mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
engine classic removed
This commit is contained in:
@@ -153,9 +153,7 @@ TEST_F(Test_Graph_Simplifier, BiasedMatMulSubgraph) {
|
||||
/* Test for 1 subgraphs
|
||||
- BiasedMatMulSubgraph
|
||||
*/
|
||||
auto engine_forced = static_cast<cv::dnn::EngineType>(
|
||||
cv::utils::getConfigurationParameterSizeT("OPENCV_FORCE_DNN_ENGINE", cv::dnn::ENGINE_AUTO));
|
||||
const std::string expected = engine_forced == cv::dnn::ENGINE_CLASSIC ? "MatMul" : "Gemm";
|
||||
const std::string expected = "Gemm";
|
||||
test("biased_matmul", expected);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user