Home
last modified time | relevance | path

Searched refs:DeviceMemAllocator (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator_test.cc50 DeviceMemAllocator* sub_allocator = new DeviceMemAllocator( in TEST()
77 DeviceMemAllocator* sub_allocator = in TEST()
78 new DeviceMemAllocator(stream_exec, platform_gpu_id, in TEST()
113 DeviceMemAllocator* sub_allocator = in TEST()
114 new DeviceMemAllocator(stream_exec, platform_gpu_id, in TEST()
146 DeviceMemAllocator* sub_allocator = new DeviceMemAllocator( in TEST()
189 DeviceMemAllocator* sub_allocator = new DeviceMemAllocator( in TEST()
232 DeviceMemAllocator* sub_allocator = new DeviceMemAllocator( in TEST()
242 DeviceMemAllocator* sub_allocator = new DeviceMemAllocator( in TEST()
Dgpu_process_state.cc98 return new DeviceMemAllocator(executor, platform_gpu_id, in CreateSubAllocator()
128 return new DeviceMemAllocator( in CreateSubAllocator()
Dgpu_bfc_allocator_test.cc80 return new DeviceMemAllocator( in CreateGPUMemAllocator()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_mem_allocator.h26 class DeviceMemAllocator : public SubAllocator {
31 explicit DeviceMemAllocator(se::StreamExecutor* stream_exec, in DeviceMemAllocator() function
42 ~DeviceMemAllocator() override {} in ~DeviceMemAllocator()
78 TF_DISALLOW_COPY_AND_ASSIGN(DeviceMemAllocator);
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc108 auto sub_allocator = absl::make_unique<tensorflow::DeviceMemAllocator>( in CreateBFCAllocator()