Home
last modified time | relevance | path

Searched refs:swap_out_value_addr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/gpu/
Dgpu_ps_cache.cc85 bool GPUPsCache::HashSwapOut(void *hash_table_addr, void *swap_out_value_addr, void *swap_out_index… in HashSwapOut() argument
88 MS_ERROR_IF_NULL(swap_out_value_addr); in HashSwapOut()
90 …SwapOut(reinterpret_cast<float *>(hash_table_addr), reinterpret_cast<float *>(swap_out_value_addr), in HashSwapOut()
Dgpu_ps_cache.h38 …bool HashSwapOut(void *hash_table_addr, void *swap_out_value_addr, void *swap_out_index_addr, size…
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc212 bool AscendPsCache::HashSwapOut(void *hash_table_addr, void *swap_out_value_addr, void *swap_out_in… in HashSwapOut() argument
215 MS_ERROR_IF_NULL(swap_out_value_addr); in HashSwapOut()
238 std::make_shared<Address>(swap_out_value_addr, swap_out_size * embedding_size * sizeof(float))}; in HashSwapOut()
Dascend_ps_cache.h61 …bool HashSwapOut(void *hash_table_addr, void *swap_out_value_addr, void *swap_out_index_addr, size…
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/
Dps_cache_basic.h43 …virtual bool HashSwapOut(void *hash_table_addr, void *swap_out_value_addr, void *swap_out_index_ad…