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
83596ee8
Commit
83596ee8
authored
Jan 25, 2019
by
Khalique
Browse files
fixed naming scheme
parent
24b39d3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/include/migraphx/operators.hpp
src/include/migraphx/operators.hpp
+4
-4
No files found.
src/include/migraphx/operators.hpp
View file @
83596ee8
...
...
@@ -616,11 +616,11 @@ struct pad
float
value
=
0.0
f
;
enum
padding_mode_t
{
constant_
,
// NOLINT
reflect_
,
// NOLINT
edge
constant_
pad
,
reflect_
pad
,
// NOLINT
edge
_pad
};
padding_mode_t
mode
=
constant_
;
padding_mode_t
mode
=
constant_
pad
;
template
<
class
Self
,
class
F
>
static
auto
reflect
(
Self
&
self
,
F
f
)
...
...
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