Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
fe97dc67
Commit
fe97dc67
authored
Mar 02, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10962 from alalek:dnn_precomp_hpp
parents
560ca8c5
a838a970
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
6 additions
and
8 deletions
+6
-8
caffe_io.cpp
modules/dnn/src/caffe/caffe_io.cpp
+2
-0
layers_common.cpp
modules/dnn/src/layers/layers_common.cpp
+1
-0
common.hpp
modules/dnn/src/ocl4dnn/include/common.hpp
+0
-1
math_functions.hpp
modules/dnn/src/ocl4dnn/include/math_functions.hpp
+0
-1
ocl4dnn.hpp
modules/dnn/src/ocl4dnn/include/ocl4dnn.hpp
+0
-1
op_halide.hpp
modules/dnn/src/op_halide.hpp
+0
-2
op_inf_engine.hpp
modules/dnn/src/op_inf_engine.hpp
+0
-2
tf_io.cpp
modules/dnn/src/tensorflow/tf_io.cpp
+2
-0
npy_blob.cpp
modules/dnn/test/npy_blob.cpp
+1
-0
npy_blob.hpp
modules/dnn/test/npy_blob.hpp
+0
-1
No files found.
modules/dnn/src/caffe/caffe_io.cpp
View file @
fe97dc67
...
...
@@ -87,6 +87,8 @@
//
//M*/
#include "../precomp.hpp"
#ifdef HAVE_PROTOBUF
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
...
...
modules/dnn/src/layers/layers_common.cpp
View file @
fe97dc67
...
...
@@ -40,6 +40,7 @@
//
//M*/
#include "../precomp.hpp"
#include "layers_common.hpp"
namespace
cv
...
...
modules/dnn/src/ocl4dnn/include/common.hpp
View file @
fe97dc67
...
...
@@ -41,7 +41,6 @@
#ifndef _OPENCV_LIBDNN_COMMON_HPP_
#define _OPENCV_LIBDNN_COMMON_HPP_
#include "../../precomp.hpp"
#include "../../caffe/glog_emulator.hpp"
#include <opencv2/core/opencl/runtime/opencl_core.hpp>
...
...
modules/dnn/src/ocl4dnn/include/math_functions.hpp
View file @
fe97dc67
...
...
@@ -42,7 +42,6 @@
#ifndef _OPENCV_GREENTEA_MATH_FUNCTIONS_HPP_
#define _OPENCV_GREENTEA_MATH_FUNCTIONS_HPP_
#include "../../precomp.hpp"
#include "common.hpp"
namespace
cv
...
...
modules/dnn/src/ocl4dnn/include/ocl4dnn.hpp
View file @
fe97dc67
...
...
@@ -42,7 +42,6 @@
#ifndef _OPENCV_LIBDNN_HPP_
#define _OPENCV_LIBDNN_HPP_
#include "../../precomp.hpp"
#include <iomanip>
#include <map>
#include <memory>
...
...
modules/dnn/src/op_halide.hpp
View file @
fe97dc67
...
...
@@ -8,8 +8,6 @@
#ifndef __OPENCV_DNN_OP_HALIDE_HPP__
#define __OPENCV_DNN_OP_HALIDE_HPP__
#include "precomp.hpp"
#ifdef HAVE_HALIDE
#include <Halide.h>
#endif // HAVE_HALIDE
...
...
modules/dnn/src/op_inf_engine.hpp
View file @
fe97dc67
...
...
@@ -8,8 +8,6 @@
#ifndef __OPENCV_DNN_OP_INF_ENGINE_HPP__
#define __OPENCV_DNN_OP_INF_ENGINE_HPP__
#include "precomp.hpp"
#ifdef HAVE_INF_ENGINE
#include <inference_engine.hpp>
#endif // HAVE_INF_ENGINE
...
...
modules/dnn/src/tensorflow/tf_io.cpp
View file @
fe97dc67
...
...
@@ -9,6 +9,8 @@
Implementation of various functions which are related to Tensorflow models reading.
*/
#include "../precomp.hpp"
#ifdef HAVE_PROTOBUF
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
...
...
modules/dnn/test/npy_blob.cpp
View file @
fe97dc67
...
...
@@ -5,6 +5,7 @@
// Copyright (C) 2017, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
#include "test_precomp.hpp"
#include "npy_blob.hpp"
namespace
cv
...
...
modules/dnn/test/npy_blob.hpp
View file @
fe97dc67
...
...
@@ -7,7 +7,6 @@
#ifndef __OPENCV_DNN_TEST_NPY_BLOB_HPP__
#define __OPENCV_DNN_TEST_NPY_BLOB_HPP__
#include "test_precomp.hpp"
namespace
cv
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment