forked from mindspore-Ecosystem/mindspore
modify comments
This commit is contained in:
parent
25a8901c3a
commit
87a9134c14
|
@ -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,
|
// As shown in the following graph, if A, B, and C are combined into E,
|
||||||
// A
|
// A -> B -> C
|
||||||
// / \
|
// -> D ->
|
||||||
// B D
|
|
||||||
// \ /
|
|
||||||
// C
|
|
||||||
//
|
//
|
||||||
// then E and D form a cycle.
|
// then E and D form a cycle.
|
||||||
// _
|
// _
|
||||||
|
|
Loading…
Reference in New Issue