Home
last modified time | relevance | path

Searched defs:while_stmt (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow.py156 def while_stmt(test, body, init_state, extra_deps, opts=None): function
/external/python/cpython2/Lib/
Dsymbol.py51 while_stmt = 294 variable
/external/python/cpython3/Include/
Dgraminit.h45 #define while_stmt 298 macro
/external/python/cpython2/Include/
Dgraminit.h41 #define while_stmt 294 macro
/external/python/cpython3/Lib/
Dsymbol.py55 while_stmt = 298 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py521 def while_stmt(self, nodelist): member in Transformer