Home
last modified time | relevance | path

Searched refs:indirection (Results 1 – 25 of 159) sorted by relevance

1234567

/external/XNNPACK/test/
Dibilinear-microkernel-tester.h101 std::vector<const uint16_t*> indirection(pixels() * 4); in Test()
102 … std::vector<uint16_t> input(XNN_EXTRA_BYTES / sizeof(uint16_t) + indirection.size() * channels()); in Test()
112 for (size_t i = 0; i < indirection.size(); i++) { in Test()
113 indirection[i] = input.data() + i * channels() - input_offset(); in Test()
115 std::shuffle(indirection.begin(), indirection.end(), rng); in Test()
123 …fp16_ieee_to_fp32_value(indirection[i * 4 + 0][c + input_offset()]) * (1.0f - alpha_h) * (1.0f - a… in Test()
124 … fp16_ieee_to_fp32_value(indirection[i * 4 + 1][c + input_offset()]) * alpha_h * (1.0f - alpha_v) + in Test()
125 … fp16_ieee_to_fp32_value(indirection[i * 4 + 2][c + input_offset()]) * (1.0f - alpha_h) * alpha_v + in Test()
126 fp16_ieee_to_fp32_value(indirection[i * 4 + 3][c + input_offset()]) * alpha_h * alpha_v; in Test()
133 reinterpret_cast<const void**>(indirection.data()), input_offset() * sizeof(uint16_t), in Test()
[all …]
Ddwconv-microkernel-tester.h177 std::vector<const uint8_t*> indirection((width() - 1) * step() + kr()); in Test()
178 std::vector<uint8_t> input(XNN_EXTRA_BYTES / sizeof(uint8_t) + indirection.size() * channels()); in Test()
204 for (size_t i = 0; i < indirection.size(); i++) { in Test()
205 indirection[i] = input.data() + i * channels() - input_offset(); in Test()
207 std::shuffle(indirection.begin(), indirection.end(), rng); in Test()
209 for (size_t i = 0; i < indirection.size(); i += kr()) { in Test()
210 indirection[i + zero_index()] = zero.data(); in Test()
219 if (indirection[x * step() + k] != zero.data()) { in Test()
221 … (int32_t(indirection[x * step() + k][c + input_offset()]) - int32_t(input_zero_point())) * in Test()
255 indirection.data(), packed_weights.data(), output.data(), in Test()
[all …]
/external/tensorflow/tensorflow/core/platform/
Drules_cc.bzl1 """Provides an indirection layer to bazel cc_rules"""
/external/tensorflow/tensorflow/tsl/platform/default/
Dcuda_build_defs.bzl5 # We perform this indirection so that the copybara tool can distinguish this
/external/dagger2/javatests/dagger/functional/membersinject/
DMembersInjectionOrderingTest.java28 public void indirection() { in indirection() method in MembersInjectionOrderingTest
/external/dagger2/javatests/dagger/functional/kotlinsrc/membersinject/
DMembersInjectionOrderingTest.kt28 fun indirection() { in indirection() method in dagger.functional.kotlinsrc.membersinject.MembersInjectionOrderingTest
/external/sdv/vsomeip/third_party/boost/range/doc/
Dintroduction.qbk10 …ity to satisfy the needs of the generic code [*/if a suitable layer of indirection is applied/] . …
12 …code can work with them all. The basic idea is to add another layer of indirection using __metafun…
/external/rust/android-crates-io/crates/memoffset/
DCHANGELOG.md10 - Clarify documentation about macro indirection
/external/igt-gpu-tools/tests/i915/
Dgem_busy.c335 uint32_t indirection[nhandles]; in close_race() local
339 indirection[i] = i; in close_race()
345 igt_permute_array(indirection, nhandles, xchg_u32); in close_race()
348 busy.handle = handles[indirection[i]]; in close_race()
/external/pigweed/third_party/stm32cube/
DBUILD.bazel36 # This label_flag introduces a layer of indirection useful when building a
/external/igt-gpu-tools/
DTODO.rst23 These are just needless indirection for writing tests. We can keep the #defines
/external/clang/test/CodeGenObjC/
Ddebug-info-ivars-indirect.m24 // another layer of indirection
/external/sdv/vsomeip/third_party/boost/iterator/doc/
Dcounting_iterator_eg.rst11 into the first array via indirection through the second array.
/external/deqp-deps/glslang/Test/
Dhlsl.matrixindex.frag20 // as given in comments to the right of each line. Note that the first indirection into a
/external/angle/third_party/glslang/src/Test/
Dhlsl.matrixindex.frag20 // as given in comments to the right of each line. Note that the first indirection into a
/external/pytorch/tools/stats/
DREADME.md24 Why this weird indirection? Because writing to Rockset requires special
/external/cronet/tot/third_party/libc++/src/docs/DesignDocs/
DPSTLIntegration.rst7 the PSTL provides various layers of indirection that make sense in a generic implementation of the …
/external/cronet/stable/third_party/libc++/src/docs/DesignDocs/
DPSTLIntegration.rst7 the PSTL provides various layers of indirection that make sense in a generic implementation of the …
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/
Dextern-rust.md26 indirection.
45 a similar way but with Box as the indirection rather than &mut.
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/
Dextern-rust.md26 indirection.
45 a similar way but with Box as the indirection rather than &mut.
/external/rust/cxx/book/src/
Dextern-rust.md26 indirection.
45 a similar way but with Box as the indirection rather than &mut.
/external/libchrome/base/android/java/templates/
DBuildConfig.template62 // This layer of indirection is necessary to make the resource dependency
/external/llvm/test/CodeGen/AArch64/
Dpic-eh-stubs.ll6 ; and not use the indirection, but this isn't what LLVM does right now.
/external/libchrome/libchrome_tools/patch/
Dbuildflag_header.patch32 + // This layer of indirection is necessary to make the resource dependency
/external/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/
DDocumentation.md8 … Access is close to the speed of raw struct access with only one extra indirection (a kind of vtab…

1234567