Searched refs:ExecuteAsync (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_ops.cc | 130 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync() 251 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync() 327 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync() 396 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.h | 90 void ExecuteAsync(const string& handle, const int64 step_id,
|
D | worker.cc | 221 session->graph_mgr()->ExecuteAsync( in DoRunGraph() 314 session->graph_mgr()->ExecuteAsync( in DoPartialRunGraph()
|
D | graph_mgr.cc | 408 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 | 111 void ExecuteAsync(OpKernelContext* ctx, const CollectiveParams& col_params,
|
D | base_collective_executor.cc | 221 void BaseCollectiveExecutor::ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function in tensorflow::BaseCollectiveExecutor
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 277 virtual void ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function
|