Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1193 …auto clean_output_indexes = AnfAlgo::GetNodeAttr<std::vector<int>>(pre_node, kAttrAtomicOutputInde… in GenAddrCleanLaunchArgs() local
1195 …auto clean_output_indexes = AnfAlgo::GetNodeAttr<std::vector<size_t>>(pre_node, kAttrAtomicOutputI… in GenAddrCleanLaunchArgs()
1197 for (auto index : clean_output_indexes) { in GenAddrCleanLaunchArgs()
1210 MS_LOG(DEBUG) << "AtomicAddClean clean output size:" << clean_output_indexes.size(); in GenAddrCleanLaunchArgs()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc2448 auto clean_output_indexes = GetNodeAttr<std::vector<int>>(pre_node, kAttrAtomicOutputIndexs); in CacheAddrForAtomicClean() local
2450 auto clean_output_indexes = GetNodeAttr<std::vector<size_t>>(pre_node, kAttrAtomicOutputIndexs); in CacheAddrForAtomicClean()
2452 for (auto index : clean_output_indexes) { in CacheAddrForAtomicClean()
2461 MS_LOG(DEBUG) << "AtomicAddClean clean output size:" << clean_output_indexes.size(); in CacheAddrForAtomicClean()