Home
last modified time | relevance | path

Searched defs:hashmap_size (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc304 size_t hashmap_size, size_t col_size) { in MemCopyFromCacheToHost()
341 auto hashmap_size = hashmap_tensor_ptr->shape_c()[0]; in FlushFromCache() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc143 size_t hashmap_size, size_t col_size) { in MemCopyFromHostToCache()
169 auto hashmap_size = hashmap_tensor->shape_c()[0]; in BindAndInitCacheTensor() local
206 …shMapData(void *data, const int64_t host_size, const int64_t cache_size, const size_t hashmap_size, in InitHashMapData()
246 size_t hashmap_size = static_cast<size_t>(cache_size * kEmptyRate); in InitHashMap() local
/third_party/eudev/src/shared/
Dhashmap.h277 static inline unsigned hashmap_size(Hashmap *h) { in hashmap_size() function