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
732a4a73
"...resnet50_tensorflow.git" did not exist on "e4be7e00c4de74ac8ef463681bdb2689f59ddb35"
Commit
732a4a73
authored
May 09, 2022
by
turneram
Browse files
Formatting
parent
7afefd9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/onnx/parse_layernorm.cpp
src/onnx/parse_layernorm.cpp
+1
-1
No files found.
src/onnx/parse_layernorm.cpp
View file @
732a4a73
...
...
@@ -31,7 +31,7 @@ struct parse_layernorm : op_parser<parse_layernorm>
make_op
(
"layernorm"
,
{{
"epsilon"
,
epsilon
},
{
"axis"
,
axis
}}),
args
.
front
());
if
(
args
.
size
()
>=
2
)
layernorm
=
info
.
add_broadcastable_binary_op
(
"mul"
,
layernorm
,
args
.
at
(
1
));
layernorm
=
info
.
add_broadcastable_binary_op
(
"mul"
,
layernorm
,
args
.
at
(
1
));
if
(
args
.
size
()
==
3
)
layernorm
=
info
.
add_broadcastable_binary_op
(
"add"
,
layernorm
,
args
.
at
(
2
));
...
...
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