Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr.cc47 ScopedAllocatorContainer::SAField(ScopedAllocator::kBackingIndex, sa); in AddScopedAllocator()
63 CHECK_EQ(ScopedAllocator::kBackingIndex, it->second.field_index); in GetAllocator()
92 if (it->second.field_index != ScopedAllocator::kBackingIndex) { in Drop()
109 if (it.second.field_index == ScopedAllocator::kBackingIndex) { in ~ScopedAllocatorContainer()
Dscoped_allocator_mgr.h66 : field_index(ScopedAllocator::kBackingIndex), in SAField()
Dscoped_allocator.h41 static const int32 kBackingIndex = -1; variable