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
b171fe57
Commit
b171fe57
authored
Mar 25, 2019
by
pruthvi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fix compilation error
parent
a4d8714f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
cpu_backend.hpp
src/ngraph/runtime/cpu/cpu_backend.hpp
+0
-1
cpu_call_frame.hpp
src/ngraph/runtime/cpu/cpu_call_frame.hpp
+0
-1
cpu_external_function.cpp
src/ngraph/runtime/cpu/cpu_external_function.cpp
+0
-1
cpu_external_function.hpp
src/ngraph/runtime/cpu/cpu_external_function.hpp
+0
-1
No files found.
src/ngraph/runtime/cpu/cpu_backend.hpp
View file @
b171fe57
...
...
@@ -23,7 +23,6 @@
#include "ngraph/pass/pass_config.hpp"
#include "ngraph/runtime/allocator.hpp"
#include "ngraph/runtime/backend.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
namespace
ngraph
{
...
...
src/ngraph/runtime/cpu/cpu_call_frame.hpp
View file @
b171fe57
...
...
@@ -22,7 +22,6 @@
#include <vector>
#include "ngraph/function.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_layout_descriptor.hpp"
#include "ngraph/runtime/cpu/cpu_runtime_context.hpp"
#include "ngraph/runtime/tensor.hpp"
...
...
src/ngraph/runtime/cpu/cpu_external_function.cpp
View file @
b171fe57
...
...
@@ -135,7 +135,6 @@
#include "ngraph/pass/reshape_sinking.hpp"
#include "ngraph/pass/zero_dim_tensor_elimination.hpp"
#include "ngraph/runtime/aligned_buffer.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_backend.hpp"
#include "ngraph/runtime/cpu/cpu_builder.hpp"
#include "ngraph/runtime/cpu/cpu_call_frame.hpp"
...
...
src/ngraph/runtime/cpu/cpu_external_function.hpp
View file @
b171fe57
...
...
@@ -43,7 +43,6 @@
#include "ngraph/op/concat.hpp"
#include "ngraph/pass/manager.hpp"
#include "ngraph/pass/pass_config.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_call_frame.hpp"
#include "ngraph/runtime/cpu/cpu_layout_descriptor.hpp"
#include "ngraph/runtime/cpu/cpu_tensor_view_wrapper.hpp"
...
...
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