Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ UnRef
Method
UnRef
tensorflow/core/framework/embedding/cache.h:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
ref_count_++;
90
};
91
virtual void UnRef() {
92
ref_count_--;
93
};
94
virtual K key() {
95
return key_;
96
}
Callers
2
add_to_cache
Method · 0.45
add_to_cache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected