Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ref_count
Method
ref_count
tensorflow/core/framework/embedding/cache.h:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
return key_;
96
}
97
virtual int64 ref_count() {
98
return ref_count_;
99
}
100
protected:
101
K key_;
102
int64 ref_count_;
Callers
2
add_to_cache
Method · 0.80
add_to_cache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected