Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc498 …if (cnode_name == kEmbeddingLookupOpName || cnode_name == kGatherV2OpName || cnode_name == kSparse… in GetEmbeddingTableParamPtr()
524 if (cnode_name != kGatherV2OpName && cnode_name != kSparseGatherV2OpName) { in CacheEmbeddingTableParamPtr()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h241 constexpr auto kGatherV2OpName = "Gather"; variable
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1583 if (kernel_name != kGatherV2OpName && kernel_name != kSparseGatherV2OpName) { in GetFirstPSEmbeddingCache()
1657 if (kernel_name != kGatherV2OpName && kernel_name != kSparseGatherV2OpName) { in CheckIfSupportPSEmbeddingCache()