Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dannos.py49 COND_SCOPE = 'The scope for the test node of a conditional statement.' variable in NodeAnno
Dactivity.py662 anno.setanno(node, NodeAnno.COND_SCOPE, node_scope)
690 anno.setanno(node, NodeAnno.COND_SCOPE, node_scope)
Dactivity_test.py272 anno.getanno(while_node, NodeAnno.COND_SCOPE), ('b',), ())
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py92 COND_SCOPE = 'The scope for the test node of a conditional statement.' variable in Static