Searched refs:ExecuteAsync (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_ops.cc | 110 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync() 219 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync() 288 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync() 350 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.h | 89 void ExecuteAsync(const string& handle, const int64 step_id,
|
D | worker.cc | 225 session->graph_mgr->ExecuteAsync( in DoRunGraph() 312 session->graph_mgr->ExecuteAsync( in DoPartialRunGraph()
|
D | graph_mgr.cc | 391 void GraphMgr::ExecuteAsync(const string& handle, const int64 step_id, in ExecuteAsync() function in tensorflow::GraphMgr
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | base_collective_executor.h | 110 void ExecuteAsync(OpKernelContext* ctx, const CollectiveParams& col_params,
|
D | base_collective_executor.cc | 218 void BaseCollectiveExecutor::ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function in tensorflow::BaseCollectiveExecutor
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 261 virtual void ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function
|