Home
last modified time | relevance | path

Searched refs:SafeAllocFrontier (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.cc87 uint64 safe_alloc_frontier = dst_device->SafeAllocFrontier(0); in SameWorkerRecvDone()
90 safe_alloc_frontier = dst_device->SafeAllocFrontier(safe_alloc_frontier); in SameWorkerRecvDone()
Dring_reducer.cc130 uint64 safe_alloc_frontier = col_ctx_->device->SafeAllocFrontier(0); in ContinueAfterInputCopy()
134 col_ctx_->device->SafeAllocFrontier(safe_alloc_frontier); in ContinueAfterInputCopy()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc269 uint64 safe_alloc_frontier = dst_device->SafeAllocFrontier(0); in SameWorkerRecvDone()
272 safe_alloc_frontier = dst_device->SafeAllocFrontier(safe_alloc_frontier); in SameWorkerRecvDone()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h251 virtual uint64 SafeAllocFrontier(uint64 old_value) { return 0; } in SafeAllocFrontier() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h111 uint64 SafeAllocFrontier(uint64 old_value) override;
Dgpu_device.cc651 safe_alloc_frontier = SafeAllocFrontier(safe_alloc_frontier); in MaybeCopyTensorToGPU()
1914 uint64 BaseGPUDevice::SafeAllocFrontier(uint64 old_value) { in SafeAllocFrontier() function in tensorflow::BaseGPUDevice