Home
last modified time | relevance | path

Searched defs:TracksAllocationSizes (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_simple_allocator.h38 bool TracksAllocationSizes() const override { return false; } in TracksAllocationSizes() function
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc41 bool TracksAllocationSizes() const override { return true; } in TracksAllocationSizes() function in tensorflow::TestableSizeTrackingAllocator
60 bool TracksAllocationSizes() const override { return true; } in TracksAllocationSizes() function in tensorflow::NoMemoryAllocator
Dallocator.h145 virtual bool TracksAllocationSizes() const { return false; } in TracksAllocationSizes() function
261 bool TracksAllocationSizes() const override { in TracksAllocationSizes() function
Dtracking_allocator.cc112 bool TrackingAllocator::TracksAllocationSizes() const { in TracksAllocationSizes() function in tensorflow::TrackingAllocator
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_cudamalloc_allocator.cc83 bool GPUcudaMallocAllocator::TracksAllocationSizes() const { return false; } in TracksAllocationSizes() function in tensorflow::GPUcudaMallocAllocator
Dgpu_debug_allocator.cc118 bool GPUDebugAllocator::TracksAllocationSizes() const { return true; } in TracksAllocationSizes() function in tensorflow::GPUDebugAllocator
Dgpu_cudamallocasync_allocator.cc356 bool GpuCudaMallocAsyncAllocator::TracksAllocationSizes() const { in TracksAllocationSizes() function in tensorflow::GpuCudaMallocAsyncAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h110 bool TracksAllocationSizes() const override { return false; } in TracksAllocationSizes() function
Dprocess_state.h139 bool TracksAllocationSizes() const override { in TracksAllocationSizes() function
Dbfc_allocator.cc930 bool BFCAllocator::TracksAllocationSizes() const { return true; } in TracksAllocationSizes() function in tensorflow::BFCAllocator