Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h67 ScopedAllocatorMgr* GetScopedAllocatorMgr() const override { in GetScopedAllocatorMgr() function
68 return underlying_->GetScopedAllocatorMgr(); in GetScopedAllocatorMgr()
Dthreadpool_device.h35 ScopedAllocatorMgr* GetScopedAllocatorMgr() const override { in GetScopedAllocatorMgr() function
Ddirect_session.cc1650 ScopedAllocatorMgr* sam = d->GetScopedAllocatorMgr(); in RunState()
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc173 device_->GetScopedAllocatorMgr(), "concat", &tensors, &inputs_, in ExecOp()
292 device_->GetScopedAllocatorMgr(), "split", &tensors, &inputs_, in ExecOp()
Dscoped_allocator_ops.cc51 ScopedAllocatorMgr* sam = device_->GetScopedAllocatorMgr(); in Compute()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h202 virtual ScopedAllocatorMgr* GetScopedAllocatorMgr() const { return nullptr; } in GetScopedAllocatorMgr() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h115 ScopedAllocatorMgr* GetScopedAllocatorMgr() const override { in GetScopedAllocatorMgr() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.cc355 ScopedAllocatorMgr* sam = d->GetScopedAllocatorMgr(); in CleanupGraphAsync()