Searched defs:left_pad (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | pad_fp32.c | 47 int TransOut2InputDimIndex(int out_dim_index, int left_pad, int in_dim, int offset) { in TransOut2InputDimIndex() 67 int left_pad = pad_param->paddings_[i * 2]; in GetInputFlattenIndex() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | pad_int8.c | 39 int TransOut2InputDimIndexInt8(int out_dim_index, int left_pad, int in_dim, int offset) { in TransOut2InputDimIndexInt8() 59 int left_pad = pad_param->paddings_[i * 2]; in GetInputFlattenIndexInt8() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | conv2d_info.cc | 430 int64_t left_pad = pad_list_[2]; in ComputeOverlapLeftSizeByRankBias() local 440 int64_t left_pad = pad_list_[2]; in ComputeOverlapRightSizeByRankBias() local 1089 int64_t left_pad = pad_list_[2]; in ComputeOverlapLeftSizeByRankBias() local 1111 int64_t left_pad = pad_list_[2]; in ComputeOverlapRightSizeByRankBias() local 1148 int64_t left_pad = pad_list_[2]; in InferNewPadList() local
|
/third_party/pixman/test/ |
D | scaling-helpers-test.c | 14 int32_t * left_pad, in bilinear_pad_repeat_get_scanline_bounds_ref()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglstereosplit.h | 45 GstPad *left_pad; member
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | text.h | 288 …: Ngram(ngrams, PairStringToChar(left_pad), PairStringToChar(right_pad), StringToChar(separator)) … in Ngram()
|
/third_party/pixman/pixman/ |
D | pixman-inlines.h | 267 int32_t * left_pad, in pad_repeat_get_scanline_bounds() 789 int32_t * left_pad, in bilinear_pad_repeat_get_scanline_bounds()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/text/kernels/ir/ |
D | bindings.cc | 167 … const std::pair<std::string, int32_t> &right_pad, const std::string &separator) { in __anon5546ea161702()
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 117 int left_pad, right_pad; in print_bar() local
|
/third_party/mindspore/mindspore/dataset/text/ |
D | transforms.py | 317 def __init__(self, n, left_pad=("", 0), right_pad=("", 0), separator=" "): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/ir/kernels/ |
D | text_ir.cc | 239 …NgramOperation(const std::vector<int32_t> &ngrams, const std::pair<std::string, int32_t> &left_pad, in NgramOperation()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | text.cc | 256 …m::Ngram(const std::vector<int32_t> &ngrams, const std::pair<std::vector<char>, int32_t> &left_pad, in Ngram()
|