modify comments

This commit is contained in:
liujunzhu 2021-12-27 18:18:42 +08:00
parent 25a8901c3a
commit 87a9134c14
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.
// _