Searched refs:GetLoopNum (Results 1 – 2 of 2) sorted by relevance
399 uint32_t GetLoopNum(const std::map<AnfNodePtr, size_t> &none_zero_nodes);
372 uint32_t KernelGraph::GetLoopNum(const std::map<AnfNodePtr, size_t> &none_zero_nodes) { in GetLoopNum() function in mindspore::session::KernelGraph411 MS_LOG(WARNING) << "Nums of loop:" << GetLoopNum(none_zero_nodes); in CheckLoop()