Searched refs:IsIndependentNode (Results 1 – 8 of 8) sorted by relevance
276 if (AnfAlgo::IsIndependentNode(cur_cnode_ptr)) { in ReorderIndependentOrders()606 if (AnfAlgo::IsIndependentNode(cur_cnode_ptr)) { in AssignAllNodesStream()755 if (AnfAlgo::IsIndependentNode(cur_cnode_ptr)) { in AssignIndependent()1023 if (AnfAlgo::IsIndependentNode(cur_cnode_ptr)) { in InsertStreamActiveForCommon()1094 if (!AnfAlgo::IsIndependentNode(cur_cnode_ptr)) { in InsertStreamActiveForIndependent()1606 if (AnfAlgo::IsIndependentNode(*it)) { in InsertEventForIndependentParallel()1663 if (!AnfAlgo::IsIndependentNode(cur_node)) { in GetIndependentMaxTarget()
184 bool IsIndependentNode(const CNodePtr &node_ptr);
308 if (AnfAlgo::IsCommunicationOp(cnode) || AnfAlgo::IsIndependentNode(cnode) || in GetCommunicationOpInputInfo()
764 } else if (AnfAlgo::IsIndependentNode(node) && mode != kPynativeMode) { in SetKernelModStream()
288 static bool IsIndependentNode(const CNodePtr &node);
1928 bool AnfRuntimeAlgorithm::IsIndependentNode(const CNodePtr &node) { in IsIndependentNode() function in mindspore::session::AnfRuntimeAlgorithm
128 …if (AnfAlgo::IsIndependentNode(node) && AnfAlgo::GetGraphId(node.get()) == kernel_graph_ptr->graph… in ExistIndependent()
728 bool independent = AnfAlgo::IsIndependentNode(kernel); in IndependentNodeOutputProcess()