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

Method Abort

tensorflow/core/distributed_runtime/eager/remote_copy_node.cc:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void RemoteCopyNode::Abort(Status status) {
345 captured_state_->dst()->Poison(status);
346 src_->Unref();
347 ctx_->Unref();
348}
349
350} // namespace eager
351} // namespace tensorflow

Callers

nothing calls this directly

Calls 3

PoisonMethod · 0.80
dstMethod · 0.45
UnrefMethod · 0.45

Tested by

no test coverage detected