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.cc50 static std::unordered_set<string>* string_storage = in PersistentStringStorage() local
52 return string_storage; in PersistentStringStorage()
Dvariant_op_registry.h260 const auto string_storage = PersistentStringStorage(); in GetPersistentStringPiece() local
261 auto found = string_storage->find(str); in GetPersistentStringPiece()
262 if (found == string_storage->end()) { in GetPersistentStringPiece()
263 auto inserted = string_storage->insert(str); in GetPersistentStringPiece()