Home
last modified time | relevance | path

Searched full:straightforward (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/doc/
Dtutorial_thrust_cuda.qbk103 Then, it is straightforward to integrate the phase ensemble by creating an instance of the rhs clas…
144 … Lorenz systems. We will vary only the parameter ['__beta] but it is straightforward to vary other…
156straightforward, with a small difficulty that Thrust's tuples have a maximal arity of 10. But this…
/aosp_15_r20/external/executorch/docs/source/
H A Dkernel-library-overview.md16 …* Provide straightforward implementations of ATen operators that are strictly consistent with the …
24straightforward way possible in the interest of prioritizing simplicity and readability. Therefore…
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dindex.md99 As with gradients, most ops have relatively straightforward definitions and
166 For function call operations this is relatively straightforward: the converter
192 other tensors. A straightforward conversion would simply stack variant tensors,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_memory.data1 PSA input buffer copy: straightforward copy
16 PSA output buffer copy: straightforward copy
/aosp_15_r20/external/emboss/doc/design_docs/
H A Dproto.md320 Translation should be relatively straightforward; when going from Emboss to
340 *Serialization* is relatively straightforward; except for arrays, the code
397 For most `message`s, it would be relatively straightforward to generate a
H A Ddefault_values.md21 The most straightforward option is to use the existing attribute syntax:
105 On the front end, adding a new attribute is definitely the most straightforward
/aosp_15_r20/external/eigen/doc/
H A DCustomizingEigen_NullaryExpr.dox40 Then, we need to implement our \c circulant_functor, which is a straightforward exercise:
75 This straightforward implementation is already quite powerful as the row or column index arrays can…
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/book/diagram/
H A Doverview.tex40 \draw (-6.75, 6.5) node[anchor=south, inner ysep=1pt] {\makecell{Safe\\[-4pt]straightforward\\[-4pt…
41 \draw (6.75, 6.5) node[anchor=south, inner ysep=1pt] {\makecell{Straightforward\\[-4pt]C\texttt{++}…
/aosp_15_r20/external/rust/cxx/book/diagram/
Doverview.tex40 \draw (-6.75, 6.5) node[anchor=south, inner ysep=1pt] {\makecell{Safe\\[-4pt]straightforward\\[-4pt…
41 \draw (6.75, 6.5) node[anchor=south, inner ysep=1pt] {\makecell{Straightforward\\[-4pt]C\texttt{++}…
/aosp_15_r20/development/samples/BackupRestore/src/com/example/android/backuprestore/
H A DFileHelperExampleAgent.java41 * to it. However, it is straightforward to override
87 * similarly straightforward.
/aosp_15_r20/external/icu/icu4j/tools/build/
H A DREADME.txt61 straightforward to invoke.
77 The format of the API data file is straightforward. The first line of
/aosp_15_r20/external/llvm/docs/tutorial/
H A DLangImpl05.rst24 Extending Kaleidoscope to support if/then/else is quite straightforward.
63 The lexer extensions are straightforward. First we add new enum values
115 the AST node to build, our parsing logic is relatively straightforward.
297 This code is straightforward and similar to what we saw before. We emit
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/ref/
H A DCleaner.java51 * only when the cleanup code is extremely simple and straightforward.
126 * so it should be as simple and straightforward as possible.
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DCleaner.java51 * only when the cleanup code is extremely simple and straightforward.
153 * so it should be as simple and straightforward as possible.
/aosp_15_r20/external/swiftshader/third_party/subzero/docs/
H A DREGALLOC.rst109 Liveness analysis is a straightforward dataflow algorithm. For each basic
204 We found the paper quite remarkable in that a straightforward implementation of
318 A straightforward lowering might yield::
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/
H A Dtf_upgrade_v2_main.py24 # Make straightforward changes to convert to 2.0. In harder cases,
119 "%s: Perform only straightforward conversions to upgrade to "
/aosp_15_r20/external/pcre/doc/
H A Dpcre2matching.369 straightforward for this algorithm to keep track of the substrings that are
140 straightforward to keep track of captured substrings for the different matching
H A Dpcre2partial.3243 in which the partial match was found. This is the most straightforward
252 present straightforward. In cases such as the above, where the pattern does not
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/zone/
H A DZoneRules.java138 * The mapping from a local date-time to an offset is not straightforward.
168 * The mapping from a local date-time to an offset is not straightforward.
212 * The mapping from a local date-time to an offset is not straightforward.
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/docs/
Dtransition_guide.md23 …d in the `gdbstub` getting started guide, adapting to the new type should be quite straightforward.
99 Porting a `0.5` `Connection` to `0.6` is incredibly straightforward - you simply split your existin…
171 Porting a `0.5` `TargetDescriptionXmlOverride` to `0.6` is straightforward, though a bit boilerplat…
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DByteBufferStreamAdaptor.cpp228 // implementation is fairly straightforward in onDuplicate()
251 // implementation is fairly straightforward in onFork()
/aosp_15_r20/external/perfetto/docs/design-docs/
H A Dbatch-trace-processor.md34 machine is straightforward, one day, we may want to shard trace processing
68 The choice of langugage is pretty straightforward. Python is already the go-to
/aosp_15_r20/external/pcre/doc/html/
H A Dpcre2matching.html87 straightforward for this algorithm to keep track of the substrings that are
164 straightforward to keep track of captured substrings for the different matching
/aosp_15_r20/external/pigweed/seed/
H A D0111.rst136 goal is to make it straightforward to create families of related toolchains
173 * M1: Pigweed is straightforward to manage as a Bazel dependency, `b/301336229
/aosp_15_r20/packages/modules/adb/docs/dev/
Dprotocol.md9 to an extremely straightforward model optimized to accomplish the
17 The protocol is designed to be straightforward and well-defined enough

12345678910>>...46