1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #9313 from dkurt:dnn_perf_test

This commit is contained in:
Vadim Pisarevsky
2017-09-16 19:39:23 +00:00
7 changed files with 131 additions and 26 deletions
-7
View File
@@ -1,10 +1,3 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
//
// Copyright (C) 2017, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
// Sample of using Halide backend in OpenCV deep learning module.
// Based on caffe_googlenet.cpp.