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
35ab7614
Commit
35ab7614
authored
Jul 02, 2019
by
Shucai Xiao
Browse files
clang format
parent
662183eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/onnx/onnx.cpp
src/onnx/onnx.cpp
+1
-3
No files found.
src/onnx/onnx.cpp
View file @
35ab7614
...
@@ -189,9 +189,7 @@ struct onnx_parser
...
@@ -189,9 +189,7 @@ struct onnx_parser
s0
.
end
(),
s0
.
end
(),
s1
.
begin
()
+
offset
,
s1
.
begin
()
+
offset
,
out_lens
.
begin
()
+
offset
,
out_lens
.
begin
()
+
offset
,
[](
auto
a
,
auto
b
)
{
[](
auto
a
,
auto
b
)
{
return
std
::
max
(
a
,
b
);
});
return
std
::
max
(
a
,
b
);
});
return
out_lens
;
return
out_lens
;
}
}
...
...
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