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() const override { return true; } 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.h156 virtual bool TracksAllocationSizes() const { return false; } in TracksAllocationSizes() function
258 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.cc68 bool GPUcudaMallocAllocator::TracksAllocationSizes() const { return false; } in TracksAllocationSizes() function in tensorflow::GPUcudaMallocAllocator
Dgpu_debug_allocator.cc117 bool GPUDebugAllocator::TracksAllocationSizes() const { return true; } in TracksAllocationSizes() function in tensorflow::GPUDebugAllocator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h109 bool TracksAllocationSizes() const override { return false; } in TracksAllocationSizes() function
Dprocess_state.h131 bool TracksAllocationSizes() const override { in TracksAllocationSizes() function
Dbfc_allocator.cc819 bool BFCAllocator::TracksAllocationSizes() const { return true; } in TracksAllocationSizes() function in tensorflow::BFCAllocator