Searched refs:ce_handle (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 428 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()
|
D | graph_mgr.h | 167 CollectiveExecutor::Handle* ce_handle,
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_worker.cc | 159 CollectiveExecutor::Handle ce_handle( in RecvBufAsync() local 161 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.cc | 564 CollectiveExecutor::Handle ce_handle( in RecvBufAsync() local 566 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()
|