Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_util.h54 constexpr auto kUpdateCache = "UpdateCache"; variable
69 const std::set<std::string> kCacheKernelOps{kUpdateCache, kCacheSwapTable, kSubAndFilter,
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc259 hash_swap_in_mod->SetNodeName(kernel::kUpdateCache); in HashSwapIn()
273 …std::make_shared<KernelNodeInfo>(kernel::kUpdateCache, input_shape, input_type, output_shape, outp… in HashSwapIn()