Home
last modified time | relevance | path

Searched refs:include_annotations (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dliveness.py43 def __init__(self, graph, include_annotations): argument
45 self.include_annotations = include_annotations
57 if not self.include_annotations:
114 def __init__(self, source_info, graphs, include_annotations): argument
116 self.include_annotations = include_annotations
134 analyzer = Analyzer(self.graphs[node], self.include_annotations)
206 def resolve(node, source_info, graphs, include_annotations=True): argument
218 node = TreeAnnotator(source_info, graphs, include_annotations).visit(node)