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
c531e275
Commit
c531e275
authored
Jun 27, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14914 from Nuzhny007:3.4
parents
e59c6cae
031e57b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
op_inf_engine.cpp
modules/dnn/src/op_inf_engine.cpp
+1
-1
op_inf_engine.hpp
modules/dnn/src/op_inf_engine.hpp
+1
-1
No files found.
modules/dnn/src/op_inf_engine.cpp
View file @
c531e275
...
...
@@ -482,7 +482,7 @@ bool InfEngineBackendNet::isInitialized()
return
(
bool
)
enginePtr
;
}
void
InfEngineBackendNet
::
addBlobs
(
const
std
::
vector
<
Ptr
<
BackendWrapper
>
>&
ptrs
)
void
InfEngineBackendNet
::
addBlobs
(
const
std
::
vector
<
cv
::
Ptr
<
BackendWrapper
>
>&
ptrs
)
{
auto
wrappers
=
infEngineWrappers
(
ptrs
);
for
(
const
auto
&
wrapper
:
wrappers
)
...
...
modules/dnn/src/op_inf_engine.hpp
View file @
c531e275
...
...
@@ -84,7 +84,7 @@ public:
void
initPlugin
(
InferenceEngine
::
ICNNNetwork
&
net
);
void
addBlobs
(
const
std
::
vector
<
Ptr
<
BackendWrapper
>
>&
ptrs
);
void
addBlobs
(
const
std
::
vector
<
cv
::
Ptr
<
BackendWrapper
>
>&
ptrs
);
private
:
InferenceEngine
::
Builder
::
Network
netBuilder
;
...
...
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