Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
c2b69817
Commit
c2b69817
authored
Jan 30, 2019
by
Shucai Xiao
Browse files
clang format.
parent
1a37d4d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/onnx/onnx.cpp
src/onnx/onnx.cpp
+1
-2
No files found.
src/onnx/onnx.cpp
View file @
c2b69817
...
...
@@ -799,8 +799,7 @@ struct onnx_parser
// is prim::Undefined, and it is ignored by protobuf. We use a
// hack to ignore this argument for these three operators
const
std
::
string
&
op_type
=
node
.
op_type
();
if
((
op_type
==
"RNN"
||
op_type
==
"LSTM"
||
op_type
==
"GRU"
)
&&
input
.
empty
())
if
((
op_type
==
"RNN"
||
op_type
==
"LSTM"
||
op_type
==
"GRU"
)
&&
input
.
empty
())
{
continue
;
}
...
...
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