Home
last modified time | relevance | path

Searched refs:w97 (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dfft_common.h853 const T_VEC w97[2] = { sub(i9, i7), sub(sub(kWeight0, i25), i23) }; \
856 const T_VEC w100[2] = { add(w95[0], w97[1]), sub(w95[1], w97[0]) }; \
857 const T_VEC w101[2] = { sub(w95[0], w97[1]), add(w95[1], w97[0]) }; \
/external/XNNPACK/models/
Dfp16-mobilenet-v2.cc119 alignas(16) static std::array<uint16_t, 1728> w97; in FP16MobileNetV2() local
295 std::generate(w97.begin(), w97.end(), std::ref(f16rng)); in FP16MobileNetV2()
759 w97.data(), w98.data(), in FP16MobileNetV2()
Dfp32-mobilenet-v2.cc117 alignas(16) static std::array<float, 1728> w97; in FP32MobileNetV2() local
292 std::generate(w97.begin(), w97.end(), std::ref(f32rng)); in FP32MobileNetV2()
756 w97.data(), w98.data(), in FP32MobileNetV2()
Dqs8-mobilenet-v2.cc117 alignas(16) static std::array<int8_t, 1728> w97; in QS8MobileNetV2() local
293 std::generate(w97.begin(), w97.end(), std::ref(i8rng)); in QS8MobileNetV2()
778 w97.data(), w98.data(), in QS8MobileNetV2()
Dfp32-sparse-mobilenet-v2.cc117 alignas(16) static std::array<float, 1728> w97; in FP32SparseMobileNetV2() local
312 std::generate(w97.begin(), w97.end(), std::ref(f32rng)); in FP32SparseMobileNetV2()
826 w97.data(), w98.data(), in FP32SparseMobileNetV2()