Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc331 auto swap_emb_idx = std::make_shared<abstract::AbstractTensor>( in CreateMapCacheIdx() local
334 …hared_ptr<abstract::AbstractBase>> elements = {cache_idx, old_emb_idx, miss_emb_idx, swap_emb_idx}; in CreateMapCacheIdx()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc459 auto swap_emb_idx = in InferImplMapCacheIdx() local
462 AbstractBasePtrList elements = {cache_idx, old_emb_idx, miss_emb_idx, swap_emb_idx}; in InferImplMapCacheIdx()