Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc74 all_strings_.push_back(""); in StringTable()
84 all_strings_.push_back(str); in GetIndex()
89 const std::vector<string>& strings() const { return all_strings_; } in strings()
93 std::vector<string> all_strings_; member in tensorflow::tfprof::__anon1c1cedaa0111::StringTable