Home
last modified time | relevance | path

Searched refs:w78 (Results 1 – 10 of 10) sorted by relevance

/external/XNNPACK/models/
Dfp32-sparse-mobilenet-v1.cc98 alignas(16) static std::array<float, 524288> w78; in FP32SparseMobileNetV1() local
210 std::fill(w78.begin(), w78.end(), 0.0f); in FP32SparseMobileNetV1()
211 std::generate(w78.begin(), w78.end() - size_t(sparsity * w78.size()), std::ref(f32rng)); in FP32SparseMobileNetV1()
212 std::shuffle(w78.begin(), w78.end(), rng); in FP32SparseMobileNetV1()
766 w78.data(), w79.data(), in FP32SparseMobileNetV1()
Dfp16-mobilenet-v1.cc100 alignas(16) static std::array<uint16_t, 524288> w78; in FP16MobileNetV1() local
191 std::generate(w78.begin(), w78.end(), std::ref(f16rng)); in FP16MobileNetV1()
743 w78.data(), w79.data(), in FP16MobileNetV1()
Dfp32-mobilenet-v1.cc98 alignas(16) static std::array<float, 524288> w78; in FP32MobileNetV1() local
188 std::generate(w78.begin(), w78.end(), std::ref(f32rng)); in FP32MobileNetV1()
740 w78.data(), w79.data(), in FP32MobileNetV1()
Dqu8-mobilenet-v1.cc98 alignas(16) static std::array<uint8_t, 524288> w78; in QU8MobileNetV1() local
189 std::generate(w78.begin(), w78.end(), std::ref(u8rng)); in QU8MobileNetV1()
766 w78.data(), w79.data(), in QU8MobileNetV1()
Dqs8-mobilenet-v1.cc98 alignas(16) static std::array<int8_t, 524288> w78; in QS8MobileNetV1() local
189 std::generate(w78.begin(), w78.end(), std::ref(i8rng)); in QS8MobileNetV1()
766 w78.data(), w79.data(), in QS8MobileNetV1()
Dfp32-mobilenet-v2.cc98 alignas(16) static std::array<float, 144> w78; in FP32MobileNetV2() local
273 std::generate(w78.begin(), w78.end(), std::ref(f32rng)); in FP32MobileNetV2()
514 w77.data(), w78.data(), in FP32MobileNetV2()
Dqs8-mobilenet-v2.cc98 alignas(16) static std::array<int32_t, 144> w78; in QS8MobileNetV2() local
274 std::generate(w78.begin(), w78.end(), std::ref(i32rng)); in QS8MobileNetV2()
522 w77.data(), w78.data(), in QS8MobileNetV2()
Dfp16-mobilenet-v2.cc100 alignas(16) static std::array<uint16_t, 144> w78; in FP16MobileNetV2() local
276 std::generate(w78.begin(), w78.end(), std::ref(f16rng)); in FP16MobileNetV2()
517 w77.data(), w78.data(), in FP16MobileNetV2()
Dfp32-sparse-mobilenet-v2.cc98 alignas(16) static std::array<float, 144> w78; in FP32SparseMobileNetV2() local
281 std::generate(w78.begin(), w78.end(), std::ref(f32rng)); in FP32SparseMobileNetV2()
584 w77.data(), w78.data(), in FP32SparseMobileNetV2()
/external/libaom/libaom/aom_dsp/
Dfft_common.h407 const T_VEC w78 = sub(w73, w75); \
421 const T_VEC w88[2] = { add(w52, mul(kWeight2, sub(w71, w78))), \
423 mul(kWeight2, add(w78, w71))) }; \
434 const T_VEC w92[2] = { sub(w52, mul(kWeight2, sub(w71, w78))), \
435 sub(w59, mul(kWeight2, add(w78, w71))) }; \
800 const T_VEC w78[2] = { add(w46[0], w70[0]), add(w46[1], w70[1]) }; \
981 store(output + 0 * stride, add(w78[0], w142[0])); \
1011 store(output + 16 * stride, sub(w78[0], w142[0])); \