MCPcopy 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_FFunction · 0.45
RefIfNonNullFunction · 0.45
SubBufferMethod · 0.45
DatasetBaseIteratorMethod · 0.45
TensorReferenceMethod · 0.45
LookupOrCreateMethod · 0.45
TensorMethod · 0.45
DoLookupMethod · 0.45
DatasetVariantWrapperMethod · 0.45
AddInputDatasetMethod · 0.45
SendMethod · 0.45
RecvAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36