Home
last modified time | relevance | path

Searched defs:left_pad (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpad_fp32.c47 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/
Dpad_int8.c39 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/
Dconv2d_info.cc430 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/
Dscaling-helpers-test.c14 int32_t * left_pad, in bilinear_pad_repeat_get_scanline_bounds_ref()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.h45 GstPad *left_pad; member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtext.h288 …: Ngram(ngrams, PairStringToChar(left_pad), PairStringToChar(right_pad), StringToChar(separator)) … in Ngram()
/third_party/pixman/pixman/
Dpixman-inlines.h267 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/
Dbindings.cc167 … const std::pair<std::string, int32_t> &right_pad, const std::string &separator) { in __anon5546ea161702()
/third_party/libinput/tools/
Dlibinput-debug-tablet.c117 int left_pad, right_pad; in print_bar() local
/third_party/mindspore/mindspore/dataset/text/
Dtransforms.py317 def __init__(self, n, left_pad=("", 0), right_pad=("", 0), separator=" "): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/ir/kernels/
Dtext_ir.cc239 …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/
Dtext.cc256 …m::Ngram(const std::vector<int32_t> &ngrams, const std::pair<std::vector<char>, int32_t> &left_pad, in Ngram()