Home
last modified time | relevance | path

Searched refs:ExecuteAsync (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc197 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsyncImpl()
305 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsyncImpl()
384 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsyncImpl()
454 col_exec->ExecuteAsync(c, col_params_, GetCollectiveKey(c), actual_done); in ComputeAsyncImpl()
584 col_exec->ExecuteAsync( in ComputeAsync()
721 col_exec->ExecuteAsync( in ComputeAsync()
847 col_exec->ExecuteAsync( in ComputeAsync()
976 col_exec->ExecuteAsync( in ComputeAsync()
/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.h113 void ExecuteAsync(OpKernelContext* ctx, const CollectiveParams* col_params,
Dbase_collective_executor.cc266 void BaseCollectiveExecutor::ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function in tensorflow::BaseCollectiveExecutor
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h90 void ExecuteAsync(const string& handle, const int64 step_id,
Dworker.cc224 session->graph_mgr()->ExecuteAsync( in DoRunGraph()
317 session->graph_mgr()->ExecuteAsync( in DoPartialRunGraph()
Dgraph_mgr.cc415 void GraphMgr::ExecuteAsync(const string& handle, const int64 step_id, in ExecuteAsync() function in tensorflow::GraphMgr
/external/tensorflow/tensorflow/core/framework/
Dcollective.h300 virtual void ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function
/external/tpm2-tss/
DCHANGELOG.md541 - Fixed bug with ExecuteAsync: passed in BE size to transmit call. Needs to be