Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_name
Function · 0.45
__init__
Method · 0.45
_activation_summary
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
update_stats
Method · 0.45
_combine_filter
Function · 0.45
check_keywords
Function · 0.45
_type_repr
Function · 0.45
_split_sharded_vars
Function · 0.45
load_op_library
Function · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
parse_disabled_manifest
Function · 0.36