Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc29 track_sizes_locally_(track_sizes && !allocator_->TracksAllocationSizes()), in TrackingAllocator()
51 } else if (track_sizes_locally_) { in AllocateRaw()
87 } else if (track_sizes_locally_) { in DeallocateRaw()
113 return track_sizes_locally_ || allocator_->TracksAllocationSizes(); in TracksAllocationSizes()
117 if (track_sizes_locally_) { in RequestedSize()
130 if (track_sizes_locally_) { in AllocatedSize()
143 if (track_sizes_locally_) { in AllocationId()
Dtracking_allocator.h120 const bool track_sizes_locally_; variable