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
35a25cc8
Unverified
Commit
35a25cc8
authored
Dec 04, 2019
by
Scott Cyphers
Committed by
GitHub
Dec 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some opset bugs (#3985)
Typo in opset0 Include ops.hpp rather than ngraph.hpp
parent
f12a5c92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opset.cpp
src/ngraph/opsets/opset.cpp
+1
-1
opset1.hpp
src/ngraph/opsets/opset1.hpp
+1
-1
No files found.
src/ngraph/opsets/opset.cpp
View file @
35a25cc8
...
...
@@ -21,7 +21,7 @@ const ngraph::OpSet& ngraph::get_opset0()
{
static
OpSet
opset
({
#define NGRAPH_OP(NAME, NAMESPACE) NAMESPACE::NAME::type_info,
#include "ngraph/opsets/opset
1
_tbl.hpp"
#include "ngraph/opsets/opset
0
_tbl.hpp"
#undef NGRAPH_OP
});
return
opset
;
...
...
src/ngraph/opsets/opset1.hpp
View file @
35a25cc8
...
...
@@ -16,7 +16,7 @@
#pragma once
#include "ngraph/
ngraph
.hpp"
#include "ngraph/
ops
.hpp"
namespace
ngraph
{
...
...
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