Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc448 CollectiveExecutor::Handle* ce_handle = in ExecuteAsync() local
471 delete ce_handle; in ExecuteAsync()
478 handle, step_id, item, rendezvous, ce_handle, collector, cost_graph, in ExecuteAsync()
480 [item, rendezvous, ce_handle, done, start_time_usecs, input_size, in ExecuteAsync()
493 delete ce_handle; in ExecuteAsync()
499 CollectiveExecutor::Handle* ce_handle, StepStatsCollector* collector, in StartParallelExecutors() argument
519 args.collective_executor = ce_handle ? ce_handle->get() : nullptr; in StartParallelExecutors()
Dgraph_mgr.h168 CollectiveExecutor::Handle* ce_handle,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc634 CollectiveExecutor::Handle ce_handle( in RecvBufAsync() local
636 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()