HomeSort by relevance Sort by last modified time
    Searched defs:while_stmt (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/python/autograph/operators/
control_flow.py 113 results = while_stmt(
156 def while_stmt(test, body, init_state, extra_deps, opts=None): function
210 """Overload of while_stmt that stages a TF while_stmt."""
223 """Overload of while_stmt that executes a Python while loop."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 41 #define while_stmt 294 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 41 #define while_stmt 294 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 51 while_stmt = 294 variable
  /external/python/cpython2/Include/
graminit.h 41 #define while_stmt 294 macro
  /external/python/cpython2/Lib/
symbol.py 51 while_stmt = 294 variable
  /external/python/cpython3/Include/
graminit.h 45 #define while_stmt 298 macro
  /external/python/cpython3/Lib/
symbol.py 55 while_stmt = 298 variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py 521 def while_stmt(self, nodelist): member in class:Transformer
    [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py 521 def while_stmt(self, nodelist): member in class:Transformer
    [all...]

Completed in 1188 milliseconds