!28260 modify comments

Merge pull request !28260 from liujunzhu/code_docs_master
This commit is contained in:
i-robot 2021-12-27 10:28:22 +00:00 committed by Gitee
commit 79d19cedce
1 changed files with 2 additions and 5 deletions

View File

@ -406,11 +406,8 @@ void SetFusionOpRefInfos(session::KernelGraph *kernel_graph, const std::vector<A
}
// As shown in the following graph, if A, B, and C are combined into E,
// A
// / \
// B D
// \ /
// C
// A -> B -> C
// -> D ->
//
// then E and D form a cycle.
// _