Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dliveness.py127 anno.setanno(node, anno.Static.LIVE_VARS_IN,
161 assert anno.hasanno(entry_node, anno.Static.LIVE_VARS_IN), (
164 stmt_live_in = anno.getanno(entry_node, anno.Static.LIVE_VARS_IN)
165 anno.setanno(node, anno.Static.LIVE_VARS_IN, stmt_live_in)
Dliveness_test.py67 live_in = anno.getanno(node, anno.Static.LIVE_VARS_IN)
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py112 LIVE_VARS_IN = ('Symbols live when entering the node. See liveness.py.') variable in Static
/external/tensorflow/tensorflow/python/eager/
Dgradient_input_output_exclusions.py220 live_vars_in = anno.getanno(node.body[0], anno.Static.LIVE_VARS_IN)
/external/tensorflow/tensorflow/python/autograph/g3doc/
Dpyct_tutorial.ipynb310 "print('live into `b = a + 1`:', anno.getanno(node.body[0], anno.Static.LIVE_VARS_IN))\n",
311 "print('live into `return b`:', anno.getanno(node.body[1], anno.Static.LIVE_VARS_IN))"
/external/tensorflow/tensorflow/python/autograph/converters/
Dcontrol_flow.py177 live_in = anno.getanno(node, anno.Static.LIVE_VARS_IN)
Dcontrol_flow_deprecated_py2.py374 live_in = anno.getanno(node, anno.Static.LIVE_VARS_IN)
/external/tensorflow/tensorflow/python/tf_program/
Dmlir_gen.py356 live_in = anno.getanno(node, anno.Static.LIVE_VARS_IN)