Browse Source

enable ssd vulkan benchmark

tags/20190320
nihui 7 years ago
parent
commit
182c340b3a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      benchmark/benchncnn.cpp

+ 0
- 2
benchmark/benchncnn.cpp View File

@@ -515,11 +515,9 @@ int main(int argc, char** argv)

benchmark("vgg16", vgg16_init, vgg16_run);

#if !NCNN_VULKAN
benchmark("squeezenet-ssd", squeezenet_ssd_init, squeezenet_ssd_run);

benchmark("mobilenet-ssd", mobilenet_ssd_init, mobilenet_ssd_run);
#endif // NCNN_VULKAN

benchmark("mobilenet-yolo", mobilenet_yolo_init, mobilenet_yolo_run);



Loading…
Cancel
Save