Home
last modified time | relevance | path

Searched defs:vocab (Results 1 – 11 of 11) sorted by relevance

/external/libtextclassifier/native/utils/
Dbert_tokenizer_test.cc53 std::vector<std::string> vocab; in TEST() local
74 std::vector<std::string> vocab; in TEST() local
88 std::vector<std::string> vocab; in TEST() local
109 std::vector<std::string> vocab; in TEST() local
130 std::vector<std::string> vocab; in TEST() local
152 std::vector<std::string> vocab; in TEST() local
Dbert_tokenizer.cc30 const std::vector<std::string>& vocab) in FlatHashMapBackedWordpiece()
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dindex_lookup.py311 def _set_forward_vocabulary(self, vocab, idf_weights=None): argument
431 def _set_inverse_vocabulary(self, vocab): argument
471 def set_vocabulary(self, vocab, idf_weights=None): argument
Dinteger_lookup.py317 def set_vocabulary(self, vocab, idf_weights=None): argument
Dstring_lookup.py311 def set_vocabulary(self, vocab, idf_weights=None): argument
Dtext_vectorization.py453 def set_vocabulary(self, vocab, idf_weights=None): argument
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dindex_lookup_forward_benchmark.py74 def run_numpy_implementation(self, data, vocab): argument
/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
Dbert_tokenizer_jni.cc39 std::vector<std::string> vocab = StringListToVector(env, vocab_list); in Java_org_tensorflow_lite_support_text_tokenizers_BertTokenizer_nativeLoadResource() local
Dbert_tokenizer.cc26 const std::vector<std::string>& vocab) in FlatHashMapBackedWordpiece()
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/qa/
Dbert_question_answerer_jni.cc71 absl::string_view vocab = in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_initJniWithBertByteBuffers() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb183 def find_tokens_file( vocab, grammar ) argument