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

Method sub

tensorflow/core/framework/embedding/leveldb_kv.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void sub(K key, int64 count) {
54 int part = key % num_parts_;
55 __sync_fetch_and_sub(&counter_[part], count);
56 }
57
58 int64 size() {
59 int64 total = 0;

Callers 14

_valid_nameFunction · 0.45
__init__Method · 0.45
_activation_summaryFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
update_statsMethod · 0.45
_combine_filterFunction · 0.45
check_keywordsFunction · 0.45
_type_reprFunction · 0.45
_split_sharded_varsFunction · 0.45
load_op_libraryFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

parse_disabled_manifestFunction · 0.36