Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_while_test.cc27 TEST_F(CpuCodegenTest, While) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md3014 ## While section in Operation Semantics
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DAMDGPUEmitPrintf.cpp106 BasicBlock *While = in getStrlenWithNull() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_live_range_test.cc264 TEST_F(HloLiveRangeTest, While) { in TEST_F() argument
Dsharding_propagation_test.cc1832 TEST_P(ParameterizedMetadataTest, While) { in TEST_P() argument
Dmemory_space_assignment_test.cc773 TEST_P(MemorySpaceAssignmentTest, While) { in TEST_P() argument
/external/crosvm/acpi_tables/src/
Daml.rs1211 pub struct While<'a> { struct
1216 impl<'a> While<'a> { implementation
1226 impl<'a> Aml for While<'a> { implementation
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py924 def While(input_, cond, body, name=None, hostmem=None): function
/external/rust/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
/external/grpc-grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc406 class While : public Sink { class
408 explicit While(std::string cond) : cond_(std::move(cond)) {} in While() function in While
/external/starlark-go/syntax/
Dsyntax.go337 While Position member
/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/pycparser/pycparser/
Dc_ast.py1048 class While(Node): class
/external/swiftshader/src/Reactor/
DReactor.hpp3343 #define While(cond) For((void)0, cond, (void)0) macro
/external/python/cpython3/Include/internal/
Dpycore_ast.h261 } While; member
/external/python/cpython2/Lib/compiler/
Dast.py1353 class While(Node): class
/external/tensorflow/tensorflow/compiler/xla/client/
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
/external/python/cpython2/Python/
DPython-ast.c1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function