Home
last modified time | relevance | path

Searched refs:ce_handle (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc428 CollectiveExecutor::Handle* ce_handle = in ExecuteAsync() local
449 delete ce_handle; in ExecuteAsync()
456 handle, step_id, item, rendezvous, ce_handle, collector, cost_graph, in ExecuteAsync()
458 [item, rendezvous, ce_handle, done, start_time_usecs](const Status& s) { in ExecuteAsync()
464 delete ce_handle; in ExecuteAsync()
470 CollectiveExecutor::Handle* ce_handle, in StartParallelExecutors() argument
492 args.collective_executor = ce_handle ? ce_handle->get() : nullptr; in StartParallelExecutors()
Dgraph_mgr.h167 CollectiveExecutor::Handle* ce_handle,
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_worker.cc159 CollectiveExecutor::Handle ce_handle( in RecvBufAsync() local
161 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc564 CollectiveExecutor::Handle ce_handle( in RecvBufAsync() local
566 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()