Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc54 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
87 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
149 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
188 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
198 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
207 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
219 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
239 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
305 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
321 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in BM_Allocation() local
[all …]
Dgpu_debug_allocator_test.cc38 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
135 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
180 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
226 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
236 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in TEST() local
Dgpu_bfc_allocator.cc58 GPUBFCAllocator::GPUBFCAllocator(GPUMemAllocator* sub_allocator, in GPUBFCAllocator()
62 GPUBFCAllocator::GPUBFCAllocator(GPUMemAllocator* sub_allocator, in GPUBFCAllocator()
Dgpu_process_state.cc108 GPUMemAllocator* sub_allocator = new GPUMemAllocator( in GetGPUAllocator() local
231 SubAllocator* sub_allocator = in GetGpuHostAllocator() local
Dgpu_process_state.h140 SubAllocator* sub_allocator; // owned by allocator member
Dpool_allocator_test.cc145 GpuHostAllocator* sub_allocator = new GpuHostAllocator( in TEST() local
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc78 SubAllocator* sub_allocator = in GetCPUAllocator() local
Dmkl_cpu_allocator.h55 MklSmallSizeAllocator(SubAllocator* sub_allocator, size_t total_memory, in MklSmallSizeAllocator()
Dbfc_allocator.cc33 BFCAllocator::BFCAllocator(SubAllocator* sub_allocator, size_t total_memory, in BFCAllocator()