Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2571 ## While section in Operation Semantics
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py582 def While(input_, cond, body, name=None, hostmem=None): function
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc688 LocalOp ComputationBuilder::While(const Computation& condition, in While() function in xla::swig::ComputationBuilder
Dxla_client.py1546 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/
Dxla_builder.cc1819 XlaOp XlaBuilder::While(const XlaComputation& condition, in While() function in xla::XlaBuilder
3397 XlaOp While(const XlaComputation& condition, const XlaComputation& body, in While() function
/external/swiftshader/src/Reactor/
DReactor.hpp2929 #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.c1494 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function