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
f83dc9b9
"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "4d08193a76b4811790add50d65a3e4c90b4808c8"
Commit
f83dc9b9
authored
Jul 16, 2019
by
Shucai Xiao
Browse files
clang format
parent
3059c59c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/onnx/onnx.cpp
src/onnx/onnx.cpp
+1
-1
No files found.
src/onnx/onnx.cpp
View file @
f83dc9b9
...
@@ -1726,7 +1726,7 @@ struct onnx_parser
...
@@ -1726,7 +1726,7 @@ struct onnx_parser
void
check_arg_empty
(
const
argument
&
arg
,
const
std
::
string
&
msg
)
void
check_arg_empty
(
const
argument
&
arg
,
const
std
::
string
&
msg
)
{
{
if
(
arg
.
empty
())
if
(
arg
.
empty
())
{
{
MIGRAPHX_THROW
(
msg
);
MIGRAPHX_THROW
(
msg
);
}
}
...
...
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