Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Size
Method
Size
tensorflow/core/framework/embedding/gpu_hash_table.cu.cc:128–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
127
template <typename K, typename V>
128
int32 GPUHashTable<K, V>::Size() {
129
return hash_table->map_.get_size();
130
}
131
132
template <typename K, typename V,
133
typename CUCOAllocator = gpu_hash_map_tf_allocator<uint8_t>>
Callers
nothing calls this directly
Calls
1
get_size
Method · 0.45
Tested by
no test coverage detected