/third_party/mindspore/mindspore/lite/tools/converter/ops/ |
D | while.h | 31 class While : public PrimitiveC { 33 While() : PrimitiveC(kNameWhile) {} in While() function 34 ~While() = default; 35 MS_DECLARE_PARENT(While, PrimitiveC); 45 using PrimWhilePtr = std::shared_ptr<While>;
|
D | while.cc | 29 void While::Init(const int64_t cond_subgraph_index, const int64_t body_subgraph_index) { in Init() 34 void While::set_cond_subgraph_index(const int64_t cond_subgraph_index) { in set_cond_subgraph_index() 43 int64_t While::get_cond_subgraph_index() const { in get_cond_subgraph_index() 49 void While::set_body_subgraph_index(const int64_t body_subgraph_index) { in set_body_subgraph_index() 58 int64_t While::get_body_subgraph_index() const { in get_body_subgraph_index()
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | errors.md | 83 - While <context message lvl 2> 84 - While <context message lvl 1> 85 - While <context message lvl 0> 93 - While validating entries[1] as a Buffer 94 - While validating [BindGroupDescriptor "Frame Bind Group"] against [BindGroupLayout] 95 - While calling CreateBindGroup 104 **Begin with the action being taken, starting with a lower case. `- While ` will be appended by Daw… 106 * Output: `- While validating primitive state` 110 * Output: `- While validating buffers[2]` 114 * Output: `- While validating [BindGroupDescriptor "Label"] against [BindGroupLayout]` [all …]
|
/third_party/glslang/Test/ |
D | spv.loops.frag | 54 // While 59 // While (latchy) 68 // While (constant) 73 // While (complicated-conditional) 78 // While (multi-exit) 277 // While (complicated-conditional)
|
D | loops.frag | 72 // While 77 // While (latchy) 86 // While (constant) 91 // While (complicated-conditional) 96 // While (multi-exit) 295 // While (complicated-conditional)
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 216 func (n *Node) AsWhile() *While { return (*While)(n) } 549 type While Node type 551 func (n *While) AsNode() *Node { return (*Node)(n) } 552 func (n *While) HasBreak() bool { return n.flags&FlagsHasBreak != 0 } 553 func (n *While) HasContinue() bool { return n.flags&FlagsHasContinue != 0 } 554 func (n *While) Label() t.ID { return n.id1 } 555 func (n *While) Condition() *Expr { return n.mhs.AsExpr() } 556 func (n *While) Asserts() []*Node { return n.list1 } 557 func (n *While) Body() []*Node { return n.list2 } 559 func (n *While) SetHasBreak() { n.flags |= FlagsHasBreak } [all …]
|
/third_party/boost/boost/hana/ |
D | while.hpp | 33 using While = BOOST_HANA_DISPATCH_IF(while_impl<Bool>, in operator ()() typedef 42 return While::apply(static_cast<Pred&&>(pred), in operator ()()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | while.hpp | 33 using While = BOOST_HANA_DISPATCH_IF(while_impl<Bool>, in operator ()() typedef 42 return While::apply(static_cast<Pred&&>(pred), in operator ()()
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource3.types | 260 While, 261 >While : NodeType.While
|
D | parserRealSource2.types | 169 While = 1 << 23, // WHILE 170 >While : ErrorRecoverySet 244 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS, 246 >ExprStart | SColon | Var | Stmt | While | TypeScriptS : number 247 >ExprStart | SColon | Var | Stmt | While : number 255 >While : ErrorRecoverySet
|
D | parserSbp_7.9_A9_T3.types | 6 * Check Do-While Statement for automatic semicolon insertion
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource2.ts | 39 While = 1 << 23, // WHILE 50 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS,
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_loop_parser.cc | 26 auto prim = std::make_unique<While>(); in Parse()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_while_parser.cc | 29 auto prim = std::make_unique<While>(); in Parse()
|
/third_party/mesa3d/docs/nir/ |
D | tex.rst | 18 First, note that textures and samplers are specified separately in NIR. While 21 samplers and textures. While not recommended, an OpenGL-only driver may assume
|
/third_party/python/Doc/library/ |
D | distribution.rst | 6 While these modules are designed to work in conjunction with the
|
/third_party/gettext/gettext-tools/examples/hello-php/ |
D | README | 1 The gettext/PHP binding has a limitation: While it works fine for standalone
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/ |
D | ReactorBenchmarks.cpp | 47 While(true) in BENCHMARK_DEFINE_F()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_while_parser.cc | 32 auto prim = std::make_unique<While>(); in Parse()
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_motion_estimation.txt | 97 be identical and must be an exact multiple of the search block size. While <ref> and <target> 101 ready to be used by other application shaders and stages. While <output> can have multiple 118 texture and the format must be GL_R8UI. While <mask> can have multiple levels, the 168 Resolved: While only the R and G channels are currently used, it was decided to use
|
/third_party/elfio/ |
D | README | 6 While written in C++, the library provides a C-language interface wrapper.
|
/third_party/ltp/testcases/kdump/doc/ |
D | 00_Descriptions.txt | 10 Only one of the above is used for testing at a time. While building the scripts, 62 While executing some loop testcases after invoking a dump via Hardware
|
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/ |
D | README.md | 3 These tests are not hermetic, and use the actual Flutter SDK. While
|
/third_party/boost/libs/type_traits/doc/ |
D | is_destructible.qbk | 18 While there is some fallback code for cases where this is not the case, the trait should really be …
|
D | is_default_constructible.qbk | 18 While there is some fallback code for cases where this is not the case, the trait should really be …
|