Fix GraphTopologyView documentation

PiperOrigin-RevId: 238550768
This commit is contained in:
Eugene Zhulenev 2019-03-14 17:09:59 -07:00 committed by TensorFlower Gardener
parent 39d4f1e1e3
commit d6fc8b6e6f

View File

@ -38,7 +38,7 @@ namespace grappler {
// b = Placeholder(..)
// c = AddN([a, a, b])
//
// GraphView edges: [a:0 -> c:0, a:0 -> c:1, b:0 -> c:3]
// GraphView edges: [a:0 -> c:0, a:0 -> c:1, b:0 -> c:2]
// GraphTopologyView edges: [a -> c, b -> c]
//
// GraphView is used for exploring single node fanins and fanouts, and