Commit 58ef773a authored by charlie's avatar charlie
Browse files

padding_mode enum comment update

parent cb0da1cb
...@@ -33,7 +33,7 @@ namespace migraphx { ...@@ -33,7 +33,7 @@ namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS { inline namespace MIGRAPHX_INLINE_NS {
namespace op { 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. // same_lower and same_upper used for dynamic padding.
enum padding_mode_t enum padding_mode_t
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment