MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / StartAbort

Method StartAbort

tensorflow/core/common_runtime/base_collective_executor.cc:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213BaseCollectiveExecutor::~BaseCollectiveExecutor() {}
214
215void BaseCollectiveExecutor::StartAbort(const Status& s) {
216 LOG(WARNING) << "BaseCollectiveExecutor::StartAbort " << s;
217 remote_access_->StartAbort(s);
218}
219
220void BaseCollectiveExecutor::ExecuteAsync(OpKernelContext* ctx,
221 const CollectiveParams& col_params,

Callers 1

ExecuteAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected