Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dliveness.py187 anno.setanno(node, anno.Static.LIVE_VARS_OUT, frozenset(stmt_live_out))
218 anno.setanno(node, anno.Static.LIVE_VARS_OUT,
Dliveness_test.py51 live_out = anno.getanno(node, anno.Static.LIVE_VARS_OUT)
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py91 LIVE_VARS_OUT = ('Symbols live when exiting the node. See liveness.py.') variable in Static
/external/tensorflow/tensorflow/python/autograph/converters/
Dside_effect_guards.py144 live_out = anno.getanno(node, anno.Static.LIVE_VARS_OUT)
Dcontrol_flow.py196 live_out = anno.getanno(node, anno.Static.LIVE_VARS_OUT)
319 live_out = anno.getanno(node, anno.Static.LIVE_VARS_OUT)