Home
last modified time | relevance | path

Searched defs:TracksAllocationSizes (Results 1 – 8 of 8) 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/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
Dallocator.h142 virtual bool TracksAllocationSizes() { return false; } in TracksAllocationSizes() function
307 bool TracksAllocationSizes() override { in TracksAllocationSizes() function
Dtracking_allocator.cc112 bool TrackingAllocator::TracksAllocationSizes() { in TracksAllocationSizes() function in tensorflow::TrackingAllocator
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_cudamalloc_allocator.cc71 bool GPUcudaMallocAllocator::TracksAllocationSizes() { return false; } in TracksAllocationSizes() function in tensorflow::GPUcudaMallocAllocator
Dprocess_state.h157 bool TracksAllocationSizes() override { return a_->TracksAllocationSizes(); } in TracksAllocationSizes() function
Dgpu_debug_allocator.cc122 bool GPUDebugAllocator::TracksAllocationSizes() { return true; } in TracksAllocationSizes() function in tensorflow::GPUDebugAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc522 bool BFCAllocator::TracksAllocationSizes() { return true; } in TracksAllocationSizes() function in tensorflow::BFCAllocator