Home
last modified time | relevance | path

Searched defs:LookupId (Results 1 – 6 of 6) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
Dsentencepiece_tokenizer.h54 bool LookupId(absl::string_view key, int* result) const override { in LookupId() function
Dbert_tokenizer.cc39 bool FlatHashMapBackedWordpiece::LookupId(const absl::string_view key, in LookupId() function in tflite::support::text::tokenizer::FlatHashMapBackedWordpiece
Dregex_tokenizer.cc92 bool RegexTokenizer::LookupId(absl::string_view key, int* result) const { in LookupId() function in tflite::support::text::tokenizer::RegexTokenizer
Dbert_tokenizer.h126 bool LookupId(absl::string_view key, int* result) const override { in LookupId() function
/external/libtextclassifier/native/utils/
Dbert_tokenizer.cc43 bool FlatHashMapBackedWordpiece::LookupId(const absl::string_view key, in LookupId() function in libtextclassifier3::FlatHashMapBackedWordpiece
Dbert_tokenizer.h120 bool LookupId(absl::string_view key, int* result) const override { in LookupId() function