Home
last modified time | relevance | path

Searched defs:pad_bottom (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_with_bbox_op.h35 …: RandomCropOp(crop_height, crop_width, pad_top, pad_bottom, pad_left, pad_right, pad_if_needed, p… in RandomCropOp() argument
Dpad_op.cc29 PadOp::PadOp(int32_t pad_top, int32_t pad_bottom, int32_t pad_left, int32_t pad_right, BorderType p… in PadOp()
Drandom_crop_op.cc35 …mCropOp::RandomCropOp(int32_t crop_height, int32_t crop_width, int32_t pad_top, int32_t pad_bottom, in RandomCropOp()
Dlite_image_utils.cc528const int32_t &pad_bottom, const int32_t &pad_left, const int32_t &pad_right, const BorderType &bo… in Pad()
Dimage_utils.cc1294const int32_t &pad_bottom, const int32_t &pad_left, const int32_t &pad_right, const BorderType &bo… in Pad()
/third_party/mindspore/mindspore/lite/minddata/example/
Dtestlitecv.cpp76 constexpr int32_t pad_bottom = 30; in main() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Davg_pool_grad_unify_mindir.cc71int64_t pad_bottom, int64_t pad_left, int64_t pad_right) { in GetAssistInputMatrix()
110 int64_t pad_top, pad_bottom, pad_left, pad_right; in CreateMeanMatrixValueNode() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dpad_ir.cc62 int32_t pad_top, pad_bottom, pad_left, pad_right; in Build() local
Drandom_crop_with_bbox_ir.cc80 int32_t pad_top, pad_bottom, pad_left, pad_right; in Build() local
Drandom_crop_ir.cc80 int32_t pad_top, pad_bottom, pad_left, pad_right; in Build() local
/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_input.cc56 int64_t pad_bottom = abstract::Shape::SHP_ANY; in SetPadList() local