Home
last modified time | relevance | path

Searched defs:PAD (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/tests/st/fl/albert/src/
Dtokenization.py77 never_split=("[UNK]", "[SEP]", "[PAD]", "[CLS]", "[MASK]")):
170 never_split=("[UNK]", "[SEP]", "[PAD]", "[CLS]", "[MASK]")):
389 …def __init__(self, do_lower_case=True, never_split=("[UNK]", "[SEP]", "[PAD]", "[CLS]", "[MASK]"),…
450 never_split=("[UNK]", "[SEP]", "[PAD]", "[CLS]", "[MASK]"), keywords=None):
537 never_split=("[UNK]", "[SEP]", "[PAD]", "[CLS]", "[MASK]"),
/third_party/mesa3d/src/gallium/auxiliary/rbug/
Drbug_internal.h46 #define PAD(from, to) \ macro
/third_party/flutter/skia/tests/
DMemsetTest.cpp21 #define PAD 32 macro
/third_party/skia/tests/
DMemsetTest.cpp21 #define PAD 32 macro
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_converter_utils.h55 enum PAD { enum
/third_party/mindspore/mindspore/dataset/vision/
Dutils.py110 PAD = 0 variable in SliceMode
/third_party/icu/icu4c/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/node/deps/icu-small/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/skia/third_party/externals/icu/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/node/deps/npm/node_modules/boxen/
Dindex.js100 const PAD = ' '; constant
/third_party/FreeBSD/sys/crypto/sha2/
Dsha256c.c190 static unsigned char PAD[64] = { variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcpu_kernel.h48 constexpr char PAD[] = "pad"; variable
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h102 enum PadMode : int64_t { PAD = 0, SAME = 1, VALID = 2 }; enumerator
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c146 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dtjunittest.c271 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dturbojpeg-jni.c40 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dturbojpeg.c52 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c151 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dtjunittest.c278 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
/third_party/libjpeg-turbo/
Djcphuff.c146 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dtjunittest.c271 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dturbojpeg.c53 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
/third_party/ffmpeg/libavfilter/
Df_ebur128.c309 #define PAD 8 in config_video_output() macro
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h218 constexpr char PAD[] = "pad"; variable

12