Searched defs:clean_node (Results 1 – 3 of 3) sorted by relevance
30 static inline void clean_node(unsigned long *array) in clean_node() function
100 auto clean_node = atomic_clean_graph_->execution_order()[0]; in ConstructKernelGraphAndSetAttr() local
369 void AtomicCleanInsertter::AddDepend(const FuncGraphPtr &main_graph, const AnfNodePtr &clean_node, in AddDepend()