We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2412c27 commit d318583Copy full SHA for d318583
paddle/fluid/inference/tests/api/CMakeLists.txt
@@ -82,9 +82,9 @@ inference_analysis_api_test(test_analyzer_ocr ${OCR_INSTALL_DIR} analyzer_vis_te
82
inference_analysis_api_test_with_fake_data(test_analyzer_resnet50
83
"${INFERENCE_DEMO_INSTALL_DIR}/resnet50" analyzer_resnet50_tester.cc "resnet50_model.tar.gz")
84
85
-# mobilenet
+# mobilenet with depthwise_conv op
86
inference_analysis_api_test_with_fake_data(test_analyzer_mobilenet
87
- "${INFERENCE_DEMO_INSTALL_DIR}/mobilenet" analyzer_resnet50_tester.cc "mobilenet_model.tar.gz")
+ "${INFERENCE_DEMO_INSTALL_DIR}/mobilenet_depthwise_conv" analyzer_resnet50_tester.cc "mobilenet_model.tar.gz")
88
89
# anakin
90
if (WITH_ANAKIN AND WITH_MKL) # only needed in CI
0 commit comments