Searched refs:begin_offset (Results 1 – 10 of 10) sorted by relevance
/external/libtextclassifier/native/utils/ |
D | wordpiece_tokenizer.cc | 95 std::vector<int>* begin_offset, in NoTokenFound() argument 97 begin_offset->push_back(0); in NoTokenFound() 114 std::vector<std::string>* subwords, std::vector<int>* begin_offset, in AddWord() argument 116 begin_offset->push_back(byte_start); in AddWord() 136 std::vector<int>* begin_offset, in AddUnknownCharacter() argument 138 begin_offset->push_back(byte_start); in AddUnknownCharacter() 164 std::vector<std::string>* subwords, std::vector<int>* begin_offset, in TokenizeL2RGreedy() argument 193 begin_offset, end_offset, num_word_pieces); in TokenizeL2RGreedy() 199 begin_offset->insert(begin_offset->end(), candidate_begin_offsets.begin(), in TokenizeL2RGreedy() 214 std::vector<std::string>* subwords, std::vector<int>* begin_offset, in WordpieceTokenize() argument [all …]
|
D | wordpiece_tokenizer.h | 49 std::vector<std::string>* subwords, std::vector<int>* begin_offset, 58 std::vector<std::string>* subwords, std::vector<int>* begin_offset,
|
/external/openscreen/third_party/mozilla/ |
D | url_parse_internal.cc | 45 int CountConsecutiveSlashes(const char* str, int begin_offset, int str_len) { in CountConsecutiveSlashes() argument 47 while ((begin_offset + count) < str_len && in CountConsecutiveSlashes() 48 IsURLSlash(str[begin_offset + count])) { in CountConsecutiveSlashes()
|
D | url_parse_internal.h | 36 int CountConsecutiveSlashes(const char* str, int begin_offset, int str_len);
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.h | 61 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, 84 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, in AddAnnotation() argument 93 annotation->set_begin(begin_offset); in AddAnnotation()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugAbbrev.cpp | 27 const lldb::offset_t begin_offset = *offset_ptr; in extract() local 28 m_offset = begin_offset; in extract()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_fused_image_transform.cc | 95 [begin, task_function](int64 begin_offset, int64 end_offset) { in FusedConvParallelFor() 96 const int64 task_begin = begin + begin_offset; in FusedConvParallelFor()
|
/external/libchrome/base/containers/ |
D | circular_deque.h | 1019 size_t begin_offset = insert_begin->OffsetFromBegin(); in MakeRoomFor() local 1022 insert_begin->index_ = (begin_ + begin_offset) % buffer_.capacity(); in MakeRoomFor()
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 922 intptr_t begin_offset,
|
D | assembler_arm.cc | 1862 Register object, Register base, intptr_t begin_offset, intptr_t end_offset, in InitializeFieldsNoBarrierUnrolled() argument 1865 intptr_t current_offset = begin_offset; in InitializeFieldsNoBarrierUnrolled()
|