Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
void 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
Poison
Method · 0.80
dst
Method · 0.45
Unref
Method · 0.45
Tested by
no test coverage detected