Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py109 DEFINED_VARS_IN = ( variable in Static
/external/tensorflow/tensorflow/python/autograph/converters/
Dcontrol_flow_deprecated_py2.py203 defined_in = anno.getanno(node, anno.Static.DEFINED_VARS_IN)
373 defined_in = anno.getanno(node, anno.Static.DEFINED_VARS_IN)
Dcontrol_flow.py176 defined_in = anno.getanno(node, anno.Static.DEFINED_VARS_IN)
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dreaching_definitions.py231 anno.setanno(node, anno.Static.DEFINED_VARS_IN, frozenset(node_defined_in))
Dreaching_definitions_test.py65 defined_in = anno.getanno(node, anno.Static.DEFINED_VARS_IN)
/external/tensorflow/tensorflow/python/tf_program/
Dmlir_gen.py355 defined_in = anno.getanno(node, anno.Static.DEFINED_VARS_IN)