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
f60297db
Commit
f60297db
authored
Sep 16, 2022
by
charlie
Browse files
Naming fix
parent
ef738568
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/migraphx/pad_calc.hpp
src/include/migraphx/pad_calc.hpp
+2
-2
No files found.
src/include/migraphx/pad_calc.hpp
View file @
f60297db
...
@@ -50,8 +50,8 @@ void calculate_padding(int64_t idx,
...
@@ -50,8 +50,8 @@ void calculate_padding(int64_t idx,
* \param use_upper put odd padding on upper or lower side
* \param use_upper put odd padding on upper or lower side
* \return padding in the form of {x0_begin, x1_begin, ... x0_end , x1_end, ...}
* \return padding in the form of {x0_begin, x1_begin, ... x0_end , x1_end, ...}
*/
*/
std
::
vector
<
std
::
size_t
>
calc_dyn_auto_pad
(
const
std
::
vector
<
std
::
size_t
>&
tensor
_lens
,
std
::
vector
<
std
::
size_t
>
calc_dyn_auto_pad
(
const
std
::
vector
<
std
::
size_t
>&
input
_lens
,
const
std
::
vector
<
std
::
size_t
>&
k
_lens
,
const
std
::
vector
<
std
::
size_t
>&
wei
_lens
,
const
std
::
vector
<
std
::
size_t
>&
strides
,
const
std
::
vector
<
std
::
size_t
>&
strides
,
const
std
::
vector
<
std
::
size_t
>&
dilations
,
const
std
::
vector
<
std
::
size_t
>&
dilations
,
bool
use_upper
);
bool
use_upper
);
...
...
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