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
2bd076e4
"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "c19ce855a743769ec980c2f05cdb2da9a5be8267"
Commit
2bd076e4
authored
Jul 06, 2019
by
Shucai Xiao
Browse files
fix a cppcheck error
parent
79ecf695
Changes
1
Hide 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 @
2bd076e4
...
@@ -968,7 +968,7 @@ struct onnx_parser
...
@@ -968,7 +968,7 @@ struct onnx_parser
}
}
instruction_ref
instruction_ref
parse_expand
(
const
std
::
string
&
,
const
attribute_map
,
std
::
vector
<
instruction_ref
>
args
)
parse_expand
(
const
std
::
string
&
,
const
attribute_map
&
,
std
::
vector
<
instruction_ref
>
args
)
{
{
auto
in_lens
=
args
[
0
]
->
get_shape
().
lens
();
auto
in_lens
=
args
[
0
]
->
get_shape
().
lens
();
migraphx
::
argument
arg_s
=
args
[
1
]
->
eval
();
migraphx
::
argument
arg_s
=
args
[
1
]
->
eval
();
...
...
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