Home
last modified time | relevance | path

Searched refs:While (Results 1 – 25 of 1241) sorted by relevance

12345678910>>...50

/third_party/mindspore/mindspore/lite/tools/converter/ops/
Dwhile.h31 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>;
Dwhile.cc29 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/
Derrors.md83 - 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/
Dspv.loops.frag54 // While
59 // While (latchy)
68 // While (constant)
73 // While (complicated-conditional)
78 // While (multi-exit)
277 // While (complicated-conditional)
Dloops.frag72 // 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/
Dast.go216 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/
Dwhile.hpp33 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/
Dwhile.hpp33 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/
DparserRealSource3.types260 While,
261 >While : NodeType.While
DparserRealSource2.types169 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
DparserSbp_7.9_A9_T3.types6 * Check Do-While Statement for automatic semicolon insertion
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource2.ts39 While = 1 << 23, // WHILE
50 StmtStart = ExprStart | SColon | Var | Stmt | While | TypeScriptS,
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_loop_parser.cc26 auto prim = std::make_unique<While>(); in Parse()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_while_parser.cc29 auto prim = std::make_unique<While>(); in Parse()
/third_party/mesa3d/docs/nir/
Dtex.rst18 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/
Ddistribution.rst6 While these modules are designed to work in conjunction with the
/third_party/gettext/gettext-tools/examples/hello-php/
DREADME1 The gettext/PHP binding has a limitation: While it works fine for standalone
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/
DReactorBenchmarks.cpp47 While(true) in BENCHMARK_DEFINE_F()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_while_parser.cc32 auto prim = std::make_unique<While>(); in Parse()
/third_party/openGLES/extensions/QCOM/
DQCOM_motion_estimation.txt97 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/
DREADME6 While written in C++, the library provides a C-language interface wrapper.
/third_party/ltp/testcases/kdump/doc/
D00_Descriptions.txt10 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/
DREADME.md3 These tests are not hermetic, and use the actual Flutter SDK. While
/third_party/boost/libs/type_traits/doc/
Dis_destructible.qbk18 While there is some fallback code for cases where this is not the case, the trait should really be …
Dis_default_constructible.qbk18 While there is some fallback code for cases where this is not the case, the trait should really be …

12345678910>>...50