Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ~Entry
Method
~Entry
tensorflow/core/common_runtime/entry.h:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
~Entry() {
58
if (state == State::HAS_VALUE) val.Destroy();
59
}
60
61
Entry& operator=(const Entry& other) {
62
if (state == State::HAS_VALUE) {
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.45
Tested by
no test coverage detected