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.cc460 CollectiveExecutor::Handle* ce_handle = in ExecuteAsync() local
483 delete ce_handle; in ExecuteAsync()
490 handle, step_id, item, rendezvous, ce_handle, collector, cost_graph, in ExecuteAsync()
492 [item, rendezvous, ce_handle, done, start_time_usecs, input_size, in ExecuteAsync()
507 delete ce_handle; in ExecuteAsync()
513 CollectiveExecutor::Handle* ce_handle, StepStatsCollector* collector, in StartParallelExecutors() argument
533 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()