MCPcopy 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
127template <typename K, typename V>
128int32 GPUHashTable<K, V>::Size() {
129 return hash_table->map_.get_size();
130}
131
132template <typename K, typename V,
133 typename CUCOAllocator = gpu_hash_map_tf_allocator<uint8_t>>

Callers

nothing calls this directly

Calls 1

get_sizeMethod · 0.45

Tested by

no test coverage detected