From b63be23fe975040a8d8b8fd5d701dc4bdf3c26dd Mon Sep 17 00:00:00 2001 From: Dan Moldovan Date: Fri, 13 Jul 2018 15:30:09 -0700 Subject: Add a few TODOs based on discussion with Andrew. PiperOrigin-RevId: 204538445 --- tensorflow/contrib/autograph/pyct/cfg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/contrib/autograph/pyct/cfg.py b/tensorflow/contrib/autograph/pyct/cfg.py index 9f060236f4..cef6e95206 100644 --- a/tensorflow/contrib/autograph/pyct/cfg.py +++ b/tensorflow/contrib/autograph/pyct/cfg.py @@ -124,6 +124,8 @@ class _WalkMode(Enum): REVERSE = 2 +# TODO(mdan): Rename to DataFlowAnalyzer. +# TODO(mdan): Consider specializations that use gen/kill/transfer abstractions. class GraphVisitor(object): """Base class for a CFG visitors. @@ -161,6 +163,7 @@ class GraphVisitor(object): """ raise NotImplementedError('Subclasses must implement this.') + # TODO(mdan): Rename to flow? def visit_node(self, node): """Visitor function. -- cgit v1.2.3