Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.h213 const auto string_storage = PersistentStringStorage(); in GetPersistentStringPiece() local
214 auto found = string_storage->find(str); in GetPersistentStringPiece()
215 if (found == string_storage->end()) { in GetPersistentStringPiece()
216 auto inserted = string_storage->insert(str); in GetPersistentStringPiece()
Dvariant_op_registry.cc28 static std::unordered_set<string>* string_storage = in PersistentStringStorage() local
30 return string_storage; in PersistentStringStorage()