Home
last modified time | relevance | path

Searched defs:While (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/docs_src/performance/xla/
Doperation_semantics.md2052 ## While section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc501 ComputationDataHandle LocalComputationBuilder::While( in While() function in xla::swig::LocalComputationBuilder
Dxla_client.py954 def While(self, cond, body, init): member in ComputationBuilder
/external/python/cpython2/Include/
DPython-ast.h122 } While; member
408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5) macro
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1036 TEST(While, MatchesWhileLoops) { in TEST() argument
/external/python/cpython3/Include/
DPython-ast.h145 } While; member
482 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5) macro
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc1226 ComputationDataHandle ComputationBuilder::While( in While() function in xla::ComputationBuilder
/external/swiftshader/src/Reactor/
DReactor.hpp2909 #define While(cond) For((void)0, cond, (void)0) macro
/external/python/cpython2/Lib/compiler/
Dast.py1353 class While(Node): class
/external/python/cpython2/Python/
DPython-ast.c1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function
/external/python/cpython3/Python/
DPython-ast.c1506 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function