Home
last modified time | relevance | path

Searched defs:clean_node (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/mem/include/
Dmem.h30 static inline void clean_node(unsigned long *array) in clean_node() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_atomic_clean.cc100 auto clean_node = atomic_clean_graph_->execution_order()[0]; in ConstructKernelGraphAndSetAttr() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dadd_atomic_clean.cc369 void AtomicCleanInsertter::AddDepend(const FuncGraphPtr &main_graph, const AnfNodePtr &clean_node, in AddDepend()