Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc219 hash_swap_out_mod->SetNodeName(kEmbeddingLookupOpName); in HashSwapOut()
232 …std::make_shared<KernelNodeInfo>(kEmbeddingLookupOpName, input_shape, input_type, output_shape, ou… in HashSwapOut()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dreplace_node_by_proxy.cc61 … (node != nullptr && node->isa<CNode>() && AnfAlgo::GetCNodeName(node) == kEmbeddingLookupOpName) { in Run()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h239 constexpr auto kEmbeddingLookupOpName = "EmbeddingLookup"; variable
685 kCastOpName, kExpandDimsOpName, kReshapeOpName, kEmbeddingLookupOpName, kReduceMinOpName,
689 …kCastOpName, kExpandDimsOpName, kReshapeOpName, kEmbeddingLookupOpName, kTransposeOpName, k…
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc365 PrimitivePtr emb_lookup_primitive = std::make_shared<Primitive>(kEmbeddingLookupOpName); in CreateEmbeddingLookup()
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc498 …if (cnode_name == kEmbeddingLookupOpName || cnode_name == kGatherV2OpName || cnode_name == kSparse… in GetEmbeddingTableParamPtr()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc2654 if (AnfAlgo::GetCNodeName(node) == kEmbeddingLookupOpName) { in AssignParamKey()