Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_factory.cc34 Allocator* gpu_allocator, Allocator* cpu_allocator) in GPUDevice()
67 const string& physical_device_desc, Allocator* gpu_allocator, in CreateGPUDevice()
Dgpu_process_state.cc117 Allocator* gpu_allocator = gpu_bfc_allocator; in GetGPUAllocator() local
Dgpu_device.cc318 Allocator* gpu_allocator, Allocator* cpu_allocator, in BaseGPUDevice()
1220 Allocator* gpu_allocator = process_state->GetGPUAllocator( in CreateGPUDevice() local
Dgpu_event_mgr_test.cc302 Allocator* gpu_allocator() { return gpu_allocator_; } in gpu_allocator() function in tensorflow::GPUDeviceTestHelper
/external/crosvm/resources/src/
Dlib.rs22 mod gpu_allocator; module
Dsystem_allocator.rs44 gpu_allocator: Option<Box<dyn GpuMemoryAllocator>>, field
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc304 Allocator* gpu_allocator = device->GetAllocator(value.alloc_attrs); in ComputeAsync() local