Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/utils/
Dcommon_utils.cc52 std::vector<std::string> ReadIStreamByLine(std::istream* istream) { in ReadIStreamByLine() function
67 return ReadIStreamByLine(&in); in LoadVocabFromFile()
75 return ReadIStreamByLine(&in); in LoadVocabFromBuffer()