Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc221 std::vector<size_t> hash_table_shape = {cache_vocab_size, embedding_size}; in HashSwapOut() local
224 …std::vector<std::vector<size_t>> input_shape = {hash_table_shape, swap_out_index_shape, offset_sha… in HashSwapOut()
261 std::vector<size_t> hash_table_shape = {cache_vocab_size, embedding_size}; in HashSwapIn() local
265 …std::vector<std::vector<size_t>> input_shape = {hash_table_shape, swap_in_index_shape, swap_in_val… in HashSwapIn()