Home
last modified time | relevance | path

Searched defs:VocabularySize (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/
Dbert_tokenizer.h75 int VocabularySize() const { return vocab_.size(); } in VocabularySize() function
129 int VocabularySize() const { return vocab_.VocabularySize(); } in VocabularySize() function
/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
Dbert_tokenizer.h80 int VocabularySize() const { return vocab_.size(); } in VocabularySize() function
135 int VocabularySize() const { return vocab_.VocabularySize(); } in VocabularySize() function