Searched refs:LoadVocabFromFile (Results 1 – 4 of 4) sorted by relevance
33 using ::tflite::support::utils::LoadVocabFromFile;94 : BertTokenizer(LoadVocabFromFile(path_to_vocab), options) {} in BertTokenizer()
30 std::vector<std::string> LoadVocabFromFile(const std::string& path_to_vocab);
64 std::vector<std::string> LoadVocabFromFile(const std::string& path_to_vocab) { in LoadVocabFromFile() function
102 : BertTokenizer(utils::LoadVocabFromFile(path_to_vocab), options) {} in BertTokenizer()