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.h66 ScopedAllocatorMgr* GetScopedAllocatorMgr() const override { in GetScopedAllocatorMgr() function
67 return underlying_device_->GetScopedAllocatorMgr(); in GetScopedAllocatorMgr()
Dthreadpool_device.h35 ScopedAllocatorMgr* GetScopedAllocatorMgr() const override { in GetScopedAllocatorMgr() function
Ddirect_session.cc1773 ScopedAllocatorMgr* sam = d->GetScopedAllocatorMgr(); in RunState()
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc174 device_->GetScopedAllocatorMgr(), "concat", &tensors, &inputs_, in ExecOp()
293 device_->GetScopedAllocatorMgr(), "split", &tensors, &inputs_, in ExecOp()
Dscoped_allocator_ops.cc51 ScopedAllocatorMgr* sam = device_->GetScopedAllocatorMgr(); in Compute()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h201 virtual ScopedAllocatorMgr* GetScopedAllocatorMgr() const { return nullptr; } in GetScopedAllocatorMgr() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h102 ScopedAllocatorMgr* GetScopedAllocatorMgr() const override { in GetScopedAllocatorMgr() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.cc360 ScopedAllocatorMgr* sam = d->GetScopedAllocatorMgr(); in CleanupGraphAsync()