Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
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
ngraph
Commits
7246875e
Unverified
Commit
7246875e
authored
Oct 25, 2018
by
Robert Kimball
Committed by
GitHub
Oct 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
address complaint when compiling on debian (#1916)
parent
65600444
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
cpu_external_function.cpp
src/ngraph/runtime/cpu/cpu_external_function.cpp
+1
-5
No files found.
src/ngraph/runtime/cpu/cpu_external_function.cpp
View file @
7246875e
...
...
@@ -1843,10 +1843,6 @@ const runtime::cpu::LayoutDescriptorPtrs&
const
vector
<
runtime
::
PerformanceCounter
>&
runtime
::
cpu
::
CPU_ExternalFunction
::
get_perf_counters
()
{
if
(
m_direct_execution
)
{
return
m_perf_counters
;
}
#if !defined(NGRAPH_DEX_ONLY)
// Codegen. Retrieve perf counters from compiled module
if
(
m_execution_engine
)
...
...
@@ -1880,8 +1876,8 @@ const vector<runtime::PerformanceCounter>& runtime::cpu::CPU_ExternalFunction::g
}
}
}
return
m_perf_counters
;
#endif
return
m_perf_counters
;
}
void
runtime
::
cpu
::
CPU_ExternalFunction
::
write_to_file
(
const
std
::
string
&
code
,
...
...
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