Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_allocator.h50 bool TracksAllocationSizes() override { return true; } in TracksAllocationSizes() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_cudamalloc_allocator.cc64 bool GPUcudaMallocAllocator::TracksAllocationSizes() { return false; } in TracksAllocationSizes() function in tensorflow::GPUcudaMallocAllocator
Dgpu_debug_allocator.cc117 bool GPUDebugAllocator::TracksAllocationSizes() { return true; } in TracksAllocationSizes() function in tensorflow::GPUDebugAllocator
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc41 bool TracksAllocationSizes() override { return true; } in TracksAllocationSizes() function in tensorflow::TestableSizeTrackingAllocator
60 bool TracksAllocationSizes() override { return true; } in TracksAllocationSizes() function in tensorflow::NoMemoryAllocator
Dtracking_allocator.cc112 bool TrackingAllocator::TracksAllocationSizes() { in TracksAllocationSizes() function in tensorflow::TrackingAllocator
Dallocator.h150 virtual bool TracksAllocationSizes() { return false; } in TracksAllocationSizes() function
311 bool TracksAllocationSizes() override { in TracksAllocationSizes() function
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h106 bool TracksAllocationSizes() override { return false; } in TracksAllocationSizes() function
Dprocess_state.h130 bool TracksAllocationSizes() override { return a_->TracksAllocationSizes(); } in TracksAllocationSizes() function
Dbfc_allocator.cc525 bool BFCAllocator::TracksAllocationSizes() { return true; } in TracksAllocationSizes() function in tensorflow::BFCAllocator