Home
last modified time | relevance | path

Searched defs:old_hw (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dpad_v3_impl.cu33 … const int64_t old_dhw, const int64_t old_hw, const int64_t padded_depth, in ConstantPad3d()
57 … const int64_t old_dhw, const int64_t old_hw, const int64_t padded_depth, in ConstantPadGrad3d()
155 … const int64_t old_dhw, const int64_t old_hw, const int64_t padded_depth, in ReflectPad3d()
188 … const int64_t old_dhw, const int64_t old_hw, const int64_t padded_depth, in ReflectPadGrad3d()
220 const int64_t old_dhw, const int64_t old_hw, const int64_t padded_depth, in EdgePad3d()
249 … const int64_t old_dhw, const int64_t old_hw, const int64_t padded_depth, in EdgePadGrad3d()
281 const int64_t old_hw = old_height * old_width; in CalConstantPad3d() local
297 const int64_t old_hw = old_height * old_width; in CalConstantPadGrad3d() local
338 const int64_t old_hw = old_height * old_width; in CalReflectPad3d() local
354 const int64_t old_hw = old_height * old_width; in CalReflectPadGrad3d() local
[all …]
Dpad_impl.cu112 … const int old_height, const int old_width, const int old_dhw, const int old_hw, in Pad3d()
135 … const int old_height, const int old_width, const int old_dhw, const int old_hw, in PadGrad3d()
238 const int old_hw = old_height * old_width; in CalPad3d() local
253 const int old_hw = old_height * old_width; in CalPadGrad3d() local