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
fdc182c8
Commit
fdc182c8
authored
Oct 14, 2022
by
Ted Themistokleous
Browse files
Fix MIGRAPHX_THROW comment grammar
parent
e3f73cea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/onnx/parse_if.cpp
src/onnx/parse_if.cpp
+1
-1
No files found.
src/onnx/parse_if.cpp
View file @
fdc182c8
...
...
@@ -70,7 +70,7 @@ struct parse_if : op_parser<parse_if>
auto
throw_shapes
=
[
&
]()
{
MIGRAPHX_THROW
(
"PARSE_IF: "
+
info
.
name
+
" then and else sub_graphs must compatible shapes "
);
" then and else sub_graphs must
have
compatible shapes "
);
};
if
(
then_out_shapes
.
size
()
!=
else_out_shapes
.
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