/external/tensorflow/tensorflow/docs_src/performance/xla/ |
D | operation_semantics.md | 2052 ## While section in Operation Semantics
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 501 ComputationDataHandle LocalComputationBuilder::While( in While() function in xla::swig::LocalComputationBuilder
|
D | xla_client.py | 954 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 | computation_builder.cc | 1226 ComputationDataHandle ComputationBuilder::While( in While() function in xla::ComputationBuilder
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2909 #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 | 1506 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function
|