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
0643952e
Commit
0643952e
authored
Nov 07, 2018
by
Khalique
Browse files
formatting
parent
e8a997ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/onnx/onnx.cpp
src/onnx/onnx.cpp
+2
-3
No files found.
src/onnx/onnx.cpp
View file @
0643952e
...
@@ -362,9 +362,8 @@ struct onnx_parser
...
@@ -362,9 +362,8 @@ struct onnx_parser
return
prog
.
add_instruction
(
migraph
::
op
::
add
{},
img_scaled
,
bias_bcast
);
return
prog
.
add_instruction
(
migraph
::
op
::
add
{},
img_scaled
,
bias_bcast
);
}
}
instruction_ref
parse_transpose
(
const
std
::
string
&
,
instruction_ref
attribute_map
attributes
,
parse_transpose
(
const
std
::
string
&
,
attribute_map
attributes
,
std
::
vector
<
instruction_ref
>
args
)
std
::
vector
<
instruction_ref
>
args
)
{
{
std
::
vector
<
int64_t
>
perm
{};
std
::
vector
<
int64_t
>
perm
{};
if
(
contains
(
attributes
,
"perm"
))
if
(
contains
(
attributes
,
"perm"
))
...
...
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