Home
last modified time | relevance | path

Searched refs:begin_offset (Results 1 – 10 of 10) sorted by relevance

/external/libtextclassifier/native/utils/
Dwordpiece_tokenizer.cc95 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 …]
Dwordpiece_tokenizer.h49 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/
Durl_parse_internal.cc45 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()
Durl_parse_internal.h36 int CountConsecutiveSlashes(const char* str, int begin_offset, int str_len);
/external/protobuf/src/google/protobuf/io/
Dprinter.h61 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/
DDWARFDebugAbbrev.cpp27 const lldb::offset_t begin_offset = *offset_ptr; in extract() local
28 m_offset = begin_offset; in extract()
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_fused_image_transform.cc95 [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/
Dcircular_deque.h1019 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/
Dassembler_arm.h922 intptr_t begin_offset,
Dassembler_arm.cc1862 Register object, Register base, intptr_t begin_offset, intptr_t end_offset, in InitializeFieldsNoBarrierUnrolled() argument
1865 intptr_t current_offset = begin_offset; in InitializeFieldsNoBarrierUnrolled()