Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Ref
Method
Ref
tensorflow/core/framework/embedding/cache.h:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
explicit PrefetchNode(K id): key_(id), ref_count_(1) {}
87
virtual ~PrefetchNode() {}
88
virtual void Ref() {
89
ref_count_++;
90
};
91
virtual void UnRef() {
92
ref_count_--;
93
};
Callers
15
TEST_F
Function · 0.45
RefIfNonNull
Function · 0.45
SubBuffer
Method · 0.45
DatasetBaseIterator
Method · 0.45
TensorReference
Method · 0.45
LookupOrCreate
Method · 0.45
Tensor
Method · 0.45
DoLookup
Method · 0.45
DatasetVariantWrapper
Method · 0.45
AddInputDataset
Method · 0.45
Send
Method · 0.45
RecvAsync
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36