Home
last modified time | relevance | path

Searched defs:pad_head (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dpad_v3_impl.cu35 … const int64_t padded_hw, const int64_t pad_head, const int64_t pad_top, in ConstantPad3d()
59 … const int64_t padded_hw, const int64_t pad_head, const int64_t pad_top, in ConstantPadGrad3d()
74 … const int64_t padded_width, const int64_t pad_head, const int64_t pad_top, in CircularPad3d()
113 … const int64_t padded_width, const int64_t pad_head, const int64_t pad_top, in CircularPadGrad3d()
157 const int64_t padded_hw, const int64_t pad_head, const int64_t pad_top, in ReflectPad3d()
190 … const int64_t padded_hw, const int64_t pad_head, const int64_t pad_top, in ReflectPadGrad3d()
222 const int64_t padded_hw, const int64_t pad_head, const int64_t pad_top, in EdgePad3d()
251 … const int64_t padded_hw, const int64_t pad_head, const int64_t pad_top, in EdgePadGrad3d()
279const int64_t pad_head, const int64_t pad_top, const int64_t pad_left, const T *pad_value, in CalConstantPad3d()
295const int64_t pad_head, const int64_t pad_top, const int64_t pad_left, T *dx, in CalConstantPadGrad3d()
[all …]
Dpad_impl.cu114 … const int padded_hw, const int pad_head, const int pad_top, const int pad_left, in Pad3d()
137 … const int padded_hw, const int pad_head, const int pad_top, const int pad_left, T *dx) { in PadGrad3d()
152 … const int padded_width, const int pad_head, const int pad_top, const int pad_left, in PadNDHWC()
176 … const int padded_width, const int pad_head, const int pad_top, const int pad_left, T *dx) { in PadGradNDHWC()
236 … const int padded_width, const int pad_head, const int pad_top, const int pad_left, in CalPad3d()
251 … const int padded_width, const int pad_head, const int pad_top, const int pad_left, T *dx, in CalPadGrad3d()
266 … const int padded_width, const int pad_head, const int pad_top, const int pad_left, in CalPadNDHWC()
277 … const int padded_width, const int pad_head, const int pad_top, const int pad_left, T *dx, in CalPadGradNDHWC()
Dextract_volume_patches_impl.cu25 … int64_t input_row_size, int64_t input_col_size, int64_t pad_head, int64_t pad_top, in ExtractVolumePatches()
83 … int64_t input_row_size, int64_t input_col_size, int64_t pad_head, int64_t pad_top, in CalExtractVolumePatches()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dconv3d.cc355 int64_t pad_head = 0; in CaculateShape() local
390 int64_t pad_head = pad_list->at(kIndex0); in CaculateShape() local
423 int64_t pad_head = pad_list->at(kIndex0); in CheckPadList() local
Dconv3d_transpose.cc366 int64_t pad_head = abstract::Shape::kShapeDimAny; in CaculateShape() local
404 int64_t pad_head = pad_list->at(kAxis0); in CaculateShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/add_attr_to_node/
Dconv3d_backprop_input_padlist_fusion.cc59 int64_t pad_head = abstract::Shape::kShapeDimAny; in SetConv3DBackpropPadList() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dconv3d_grad_input_gpu_kernel.h323 int64_t pad_head, pad_tail, pad_top, pad_bottom, pad_left, pad_right; in GetSameModePadList() local
Dconv3d_grad_filter_gpu_kernel.h348 int64_t pad_head, pad_tail, pad_top, pad_bottom, pad_left, pad_right; in GetSameModePadList() local