Home
last modified time | relevance | path

Searched refs:LoadVocabAndIndexFromFile (Results 1 – 3 of 3) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/utils/
Dcommon_utils.h38 absl::node_hash_map<std::string, int> LoadVocabAndIndexFromFile(
Dcommon_utils.cc78 absl::node_hash_map<std::string, int> LoadVocabAndIndexFromFile( in LoadVocabAndIndexFromFile() function
/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
Dregex_tokenizer.cc50 token_index_map_{utils::LoadVocabAndIndexFromFile(path_to_vocab)} {