Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h543 struct While : public Stmt { struct
544 explicit While(const TreeRef& tree) : Stmt(tree) { in While() function
553 static While create( in create() argument
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs1188 pub struct While<'a> { struct
1193 impl<'a> While<'a> { impl
1203 impl<'a> Aml for While<'a> { implementation
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
H A Dcpu_while_test.cc27 TEST_F(CpuCodegenTest, While) { in TEST_F() argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir_views.h115 enum LoopType { While, For, ModifiedLoop }; enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md3014 ## While section in Operation Semantics
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp106 BasicBlock *While = in getStrlenWithNull() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_live_range_test.cc264 TEST_F(HloLiveRangeTest, While) { in TEST_F() argument
H A Dsharding_propagation_test.cc1832 TEST_P(ParameterizedMetadataTest, While) { in TEST_P() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dfunctional_ops.py924 def While(input_, cond, body, name=None, hostmem=None): function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc393 class While : public Sink { class
395 explicit While(std::string cond) : cond_(std::move(cond)) {} in While() function in While
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_huffman_decompressor.cc406 class While : public Sink { class
408 explicit While(std::string cond) : cond_(std::move(cond)) {} in While() function in While
/aosp_15_r20/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
/aosp_15_r20/external/starlark-go/syntax/
H A Dsyntax.go337 While Position member
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1036 TEST(While, MatchesWhileLoops) { in TEST() argument
/aosp_15_r20/external/python/pycparser/pycparser/
Dc_ast.py1048 class While(Node): class
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/
H A DLoopCombinatorTest.java1072 static class While { class in LoopCombinatorTest
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.hpp3343 #define While(cond) For((void)0, cond, (void)0) macro
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast.h261 } While; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast.h261 } While; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast.h261 } While; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast.h261 } While; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_ast.h261 } While; member
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dast.py1353 class While(Node): class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc2368 XlaOp XlaBuilder::While(const XlaComputation& condition, in While() function in xla::XlaBuilder
4872 XlaOp While(const XlaComputation& condition, const XlaComputation& body, in While() function
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function

12