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
3d02e1dc
Commit
3d02e1dc
authored
Jan 23, 2019
by
Paul
Browse files
Formatting
parent
4285d37d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/onnx/onnx.cpp
src/onnx/onnx.cpp
+2
-4
No files found.
src/onnx/onnx.cpp
View file @
3d02e1dc
...
@@ -685,7 +685,7 @@ struct onnx_parser
...
@@ -685,7 +685,7 @@ struct onnx_parser
}
}
for
(
auto
&&
p
:
nodes
)
for
(
auto
&&
p
:
nodes
)
{
{
for
(
auto
&&
output
:
p
.
second
.
output
())
for
(
auto
&&
output
:
p
.
second
.
output
())
this
->
parse_node
(
output
);
this
->
parse_node
(
output
);
}
}
}
}
...
@@ -725,9 +725,7 @@ struct onnx_parser
...
@@ -725,9 +725,7 @@ struct onnx_parser
result
.
end
(),
result
.
end
(),
node
.
output
().
begin
(),
node
.
output
().
begin
(),
std
::
inserter
(
instructions
,
instructions
.
end
()),
std
::
inserter
(
instructions
,
instructions
.
end
()),
[](
auto
&&
x
,
auto
&&
y
)
{
[](
auto
&&
x
,
auto
&&
y
)
{
return
std
::
make_pair
(
y
,
x
);
});
return
std
::
make_pair
(
y
,
x
);
});
}
}
}
}
...
...
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