Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
ed2acdc4
Commit
ed2acdc4
authored
Oct 03, 2022
by
charlie
Browse files
Update comments
parent
3685906c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/include/migraphx/op/common.hpp
src/include/migraphx/op/common.hpp
+1
-1
src/onnx/parse_deconvolution.cpp
src/onnx/parse_deconvolution.cpp
+1
-1
No files found.
src/include/migraphx/op/common.hpp
View file @
ed2acdc4
...
...
@@ -33,7 +33,7 @@ namespace migraphx {
inline
namespace
MIGRAPHX_INLINE_NS
{
namespace
op
{
// Padding mode is default_ for
all constant
padding.
// Padding mode is default_ for
fixed shape
padding.
// same_lower and same_upper used for dynamic padding.
enum
padding_mode_t
{
...
...
src/onnx/parse_deconvolution.cpp
View file @
ed2acdc4
...
...
@@ -96,7 +96,7 @@ struct parse_deconvolution : op_parser<parse_deconvolution>
kdims
,
values
[
"dilation"
].
size
(),
"PARSE_CONV_TRANSPOSE: inconsistent dilations"
);
}
// TODO:
nothing is done with this?
// TODO:
auto padding needs to be implemented for this parser and operator
if
(
contains
(
info
.
attributes
,
"auto_pad"
))
{
auto
s
=
info
.
attributes
[
"auto_pad"
].
s
();
...
...
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