Home
last modified time | relevance | path

Searched refs:DeviceHostAllocator (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h26 class DeviceHostAllocator : public SubAllocator {
29 explicit DeviceHostAllocator(se::StreamExecutor* stream_exec, int numa_node, in DeviceHostAllocator() function
37 ~DeviceHostAllocator() override {} in ~DeviceHostAllocator()
68 TF_DISALLOW_COPY_AND_ASSIGN(DeviceHostAllocator);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dpool_allocator_test.cc33 new DeviceHostAllocator( in TEST()
53 new DeviceHostAllocator( in TEST()
88 new DeviceHostAllocator( in TEST()
149 DeviceHostAllocator* sub_allocator = new DeviceHostAllocator( in TEST()
255 new DeviceHostAllocator( in TEST()
Dgpu_process_state.cc299 SubAllocator* sub_allocator = new DeviceHostAllocator( in GetGpuHostAllocator()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc163 tensorflow::SubAllocator* sub_allocator = new tensorflow::DeviceHostAllocator( in GetGpuHostAllocator()