Home
last modified time | relevance | path

Searched defs:hash_info (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/
Dps_cache_manager.cc400 auto hash_info = item.second; in ProcessData() local
795 bool PsCacheManager::HashSwapHostToDevice(const HashTableInfo &hash_info) { in HashSwapHostToDevice()
827 bool PsCacheManager::HashSwapDeviceToHost(const HashTableInfo &hash_info) { in HashSwapDeviceToHost()
857 bool PsCacheManager::HashSwapHostToServer(size_t key, const HashTableInfo &hash_info) { in HashSwapHostToServer()
886 bool PsCacheManager::HashSwapServerToHost(size_t key, const HashTableInfo &hash_info) { in HashSwapServerToHost()
915 const HashTableInfo &hash_info) { in HashSwapDeviceOut()
942 …:HashSwapDeviceIn(const int *swap_in_ids, const int *swap_in_index, const HashTableInfo &hash_info, in HashSwapDeviceIn()
1037 const auto &hash_info = item.second; in SyncHostEmbeddingTable() local
1083 const auto &hash_info = item.second; in SyncDeviceEmbeddingTable() local
/third_party/python/Python/
Dsysmodule.c1395 PyObject *hash_info; in get_hash_info() local