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
21d22459
Commit
21d22459
authored
6 years ago
by
Nick Korovaiko
Committed by
Scott Cyphers
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding comment (#1193)
parent
f2b73a76
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
cpu_mat_fusion.cpp
src/ngraph/runtime/cpu/pass/cpu_mat_fusion.cpp
+6
-0
No files found.
src/ngraph/runtime/cpu/pass/cpu_mat_fusion.cpp
View file @
21d22459
...
...
@@ -303,6 +303,12 @@ std::shared_ptr<Node> fuse_group_convolution(const std::shared_ptr<Node>& n)
}
//TF-flavoured group convolution needs channels re-arranged
//MKLDNN requires group slicing to be done on OC
//MKLDNN [4,2,-]
//ordering w00 w01 w10 w11 w20 w21 w30 w31 produces g00 g01 g10 g11
//whereas
//TF [2,4,-]
//ordering w00 w01 w02 w03 w10 w11 w12 w13 produces g00 g10 g01 g11
const
size_t
CONCAT_AXIS_OC
=
0
;
if
(
!
slices
.
empty
())
{
...
...
This diff is collapsed.
Click to expand it.
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