Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator_registry.cc29 const AllocatorFactoryRegistry::FactoryEntry*
49 const FactoryEntry* existing = FindEntry(name, priority); in Register()
59 FactoryEntry entry; in Register()
71 FactoryEntry* best_entry = nullptr; in GetAllocator()
93 FactoryEntry* best_entry = nullptr; in GetSubAllocator()
Dallocator_registry.h92 struct FactoryEntry { struct
103 std::vector<FactoryEntry> factories_ GUARDED_BY(mu_); argument
107 const FactoryEntry* FindEntry(const string& name, int priority) const