Home
last modified time | relevance | path

Searched refs:GetScopedAllocator (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h61 Allocator* GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function
63 return underlying_device_->GetScopedAllocator(attr, step_id); in GetScopedAllocator()
Dthreadpool_device.h33 Allocator* GetScopedAllocator(AllocatorAttributes attr,
Dthreadpool_device.cc77 Allocator* ThreadPoolDevice::GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function in tensorflow::ThreadPoolDevice
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h195 virtual Allocator* GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function
Dop_kernel_test.cc401 Allocator* GetScopedAllocator(AllocatorAttributes attrs, in GetScopedAllocator() function in tensorflow::__anon843475bc0111::ScopedAllocatorDevice
Dop_kernel.cc366 allocator = params_->device->GetScopedAllocator(attr, step_id()); in get_allocator()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h99 Allocator* GetScopedAllocator(AllocatorAttributes attr,
Dgpu_device.cc1066 Allocator* BaseGPUDevice::GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function in tensorflow::BaseGPUDevice
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc60 allocator = device_->GetScopedAllocator(attr, context_->step_id()); in MakeOp()