Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h62 Allocator* GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function
64 return underlying_->GetScopedAllocator(attr, step_id); in GetScopedAllocator()
Dthreadpool_device.h33 Allocator* GetScopedAllocator(AllocatorAttributes attr,
Dthreadpool_device.cc80 Allocator* ThreadPoolDevice::GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function in tensorflow::ThreadPoolDevice
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h196 virtual Allocator* GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function
Dop_kernel.cc320 allocator = params_->device->GetScopedAllocator(attr, step_id()); in get_allocator()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h112 Allocator* GetScopedAllocator(AllocatorAttributes attr,
Dgpu_device.cc964 Allocator* BaseGPUDevice::GetScopedAllocator(AllocatorAttributes attr, in GetScopedAllocator() function in tensorflow::BaseGPUDevice
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc59 allocator = device_->GetScopedAllocator(attr, context_->step_id()); in MakeOp()