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
ad6d1d43
Commit
ad6d1d43
authored
Jan 09, 2020
by
Amy Zhuang
Committed by
Scott Cyphers
Jan 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug in layout pass. (#4145)
parent
d755e693
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
cpu_layout.cpp
src/ngraph/runtime/cpu/pass/cpu_layout.cpp
+0
-6
No files found.
src/ngraph/runtime/cpu/pass/cpu_layout.cpp
View file @
ad6d1d43
...
...
@@ -1796,14 +1796,8 @@ namespace ngraph
}
catch
(
const
mkldnn
::
error
&
e
)
{
#if MKLDNN_VERSION_MAJOR < 1
throw
ngraph_error
(
"MKLDNN Unsupported pooling layout"
+
to_string
(
fprop_input_md
.
data
.
format
)
+
MKLDNN_ERROR_MESSAGE
);
#else
throw
ngraph_error
(
"MKLDNN Unsupported pooling layout"
+
MKLDNN_ERROR_MESSAGE
);
#endif
}
}
...
...
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