MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsDeleted

Method IsDeleted

tensorflow/core/framework/embedding/emb_file.h:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 bool IsDeleted() const {
125 return is_deleted_;
126 }
127
128 bool IsNeedToBeCompacted() {
129 return (count_ >= invalid_count_) && (count_ / 3 < invalid_count_);

Callers 2

~SSDHashKVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected