Home
last modified time | relevance | path

Searched refs:VocabularySize (Results 1 – 3 of 3) 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
Dbert_tokenizer_test.cc159 ASSERT_EQ(tokenizer->VocabularySize(), 4); in TEST()
/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