Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr.h55 struct SAField { struct
61 SAField(int32 fi, ScopedAllocatorInstance* sai) in SAField() argument
63 SAField(int32 fi, ScopedAllocator* sa) in SAField() function
65 SAField() in SAField() argument
69 std::unordered_map<int32, SAField> allocators_ GUARDED_BY(mu_);
Dscoped_allocator_mgr.cc47 ScopedAllocatorContainer::SAField(ScopedAllocator::kBackingIndex, sa); in AddScopedAllocator()
53 allocators_[f.scope_id] = ScopedAllocatorContainer::SAField( in AddScopedAllocator()