Searched defs:LookupId (Results 1 – 6 of 6) sorted by relevance
/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/ | ||
D | sentencepiece_tokenizer.h | 54 bool LookupId(absl::string_view key, int* result) const override { in LookupId() function |
D | bert_tokenizer.cc | 39 bool FlatHashMapBackedWordpiece::LookupId(const absl::string_view key, in LookupId() function in tflite::support::text::tokenizer::FlatHashMapBackedWordpiece |
D | regex_tokenizer.cc | 92 bool RegexTokenizer::LookupId(absl::string_view key, int* result) const { in LookupId() function in tflite::support::text::tokenizer::RegexTokenizer |
D | bert_tokenizer.h | 126 bool LookupId(absl::string_view key, int* result) const override { in LookupId() function |
/external/libtextclassifier/native/utils/ | ||
D | bert_tokenizer.cc | 43 bool FlatHashMapBackedWordpiece::LookupId(const absl::string_view key, in LookupId() function in libtextclassifier3::FlatHashMapBackedWordpiece |
D | bert_tokenizer.h | 120 bool LookupId(absl::string_view key, int* result) const override { in LookupId() function |