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
8ff6431c
Commit
8ff6431c
authored
Jul 08, 2019
by
Shucai Xiao
Browse files
clang format
parent
079ccd40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/onnx/onnx.cpp
src/onnx/onnx.cpp
+3
-3
No files found.
src/onnx/onnx.cpp
View file @
8ff6431c
...
@@ -1288,10 +1288,10 @@ struct onnx_parser
...
@@ -1288,10 +1288,10 @@ struct onnx_parser
return
{
hidden_states
,
last_output
,
last_cell_output
};
return
{
hidden_states
,
last_output
,
last_cell_output
};
}
}
template
<
class
T
>
template
<
class
T
>
instruction_ref
parse_reduce_oper
(
const
std
::
string
&
,
instruction_ref
parse_reduce_oper
(
const
std
::
string
&
,
attribute_map
attributes
,
attribute_map
attributes
,
std
::
vector
<
instruction_ref
>
args
)
std
::
vector
<
instruction_ref
>
args
)
{
{
std
::
size_t
n_dim
=
args
.
front
()
->
get_shape
().
lens
().
size
();
std
::
size_t
n_dim
=
args
.
front
()
->
get_shape
().
lens
().
size
();
...
...
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