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
ae50d4a5
Commit
ae50d4a5
authored
Feb 07, 2023
by
Alan Turner
Browse files
Formatting
parent
db09d618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/onnx/onnx_parser.cpp
src/onnx/onnx_parser.cpp
+1
-1
No files found.
src/onnx/onnx_parser.cpp
View file @
ae50d4a5
...
@@ -377,7 +377,7 @@ onnx_parser::parse_graph(module* mod, const onnx::GraphProto& graph, bool inlini
...
@@ -377,7 +377,7 @@ onnx_parser::parse_graph(module* mod, const onnx::GraphProto& graph, bool inlini
if
(
enabled
(
MIGRAPHX_REMOVE_LAST_OUTPUT
{})
and
output_ins
.
size
()
>
1
)
if
(
enabled
(
MIGRAPHX_REMOVE_LAST_OUTPUT
{})
and
output_ins
.
size
()
>
1
)
output_ins
.
pop_back
();
output_ins
.
pop_back
();
if
(
not
inlining
)
if
(
not
inlining
)
{
{
// add the return instuction
// add the return instuction
...
...
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