/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 2571 ## While section in Operation Semantics
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 582 def While(input_, cond, body, name=None, hostmem=None): function
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 688 LocalOp ComputationBuilder::While(const Computation& condition, in While() function in xla::swig::ComputationBuilder
|
D | xla_client.py | 1546 def While(self, cond, body, init): member in ComputationBuilder
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 122 } While; member 408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5) macro
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 1036 TEST(While, MatchesWhileLoops) { in TEST() argument
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 145 } 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/ |
D | xla_builder.cc | 1819 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/ |
D | Reactor.hpp | 2929 #define While(cond) For((void)0, cond, (void)0) macro
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 1353 class While(Node): class
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1494 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function
|