Home
last modified time | relevance | path

Searched defs:gpu_allocator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device_factory.cc34 Allocator* gpu_allocator, Allocator* cpu_allocator) in GPUDevice()
67 const string& physical_device_desc, Allocator* gpu_allocator, in CreateGPUDevice()
H A Dgpu_process_state.cc198 Allocator* gpu_allocator = gpu_bfc_allocator.get(); in GetGPUAllocator() local
H A Dgpu_device.cc391 Allocator* gpu_allocator, Allocator* cpu_allocator, in BaseGPUDevice()
1592 Allocator* gpu_allocator = process_state->GetGPUAllocator( in CreateGPUDevice() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstack.cc305 Allocator* gpu_allocator = device->GetAllocator(value.alloc_attrs); in ComputeAsync() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_event_mgr_test.cc157 Allocator* gpu_allocator() { return gpu_allocator_; } in gpu_allocator() function in tensorflow::GPUDeviceTestHelper