Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
c055fda8
Commit
c055fda8
authored
Sep 17, 2022
by
Paul
Browse files
Format
parent
b341df0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/layout_nhwc.cpp
src/layout_nhwc.cpp
+1
-1
No files found.
src/layout_nhwc.cpp
View file @
c055fda8
...
...
@@ -52,7 +52,7 @@ void transform_convolutions(module& m)
if
(
ins
->
get_shape
().
lens
().
size
()
!=
4
)
continue
;
auto
v
=
ins
->
get_operator
().
to_value
();
if
(
v
.
at
(
"group"
).
to
<
int
>
()
>
1
)
if
(
v
.
at
(
"group"
).
to
<
int
>
()
>
1
)
continue
;
auto
args
=
ins
->
inputs
();
std
::
transform
(
args
.
begin
(),
args
.
end
(),
args
.
begin
(),
[
&
](
auto
&
i
)
{
...
...
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