Searched refs:ExecuteAsync (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_ops.cc | 197 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/ |
D | base_collective_executor.h | 113 void ExecuteAsync(OpKernelContext* ctx, const CollectiveParams* col_params,
|
D | base_collective_executor.cc | 266 void BaseCollectiveExecutor::ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function in tensorflow::BaseCollectiveExecutor
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.h | 90 void ExecuteAsync(const string& handle, const int64 step_id,
|
D | worker.cc | 224 session->graph_mgr()->ExecuteAsync( in DoRunGraph() 317 session->graph_mgr()->ExecuteAsync( in DoPartialRunGraph()
|
D | graph_mgr.cc | 415 void GraphMgr::ExecuteAsync(const string& handle, const int64 step_id, in ExecuteAsync() function in tensorflow::GraphMgr
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 300 virtual void ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync() function
|
/external/tpm2-tss/ |
D | CHANGELOG.md | 541 - Fixed bug with ExecuteAsync: passed in BE size to transmit call. Needs to be
|