Searched refs:ce_handle (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 460 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()
|
D | graph_mgr.h | 168 CollectiveExecutor::Handle* ce_handle,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.cc | 634 CollectiveExecutor::Handle ce_handle( in RecvBufAsync() local 636 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()
|