Searched defs:w128 (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | aom_convolve_copy_sse2.asm | 125 .w128: label
|
/external/XNNPACK/models/ |
D | fp32-mobilenet-v2.cc | 148 alignas(16) static std::array<float, 384> w128; in FP32MobileNetV2() local
|
D | fp32-sparse-mobilenet-v2.cc | 148 alignas(16) static std::array<float, 384> w128; in FP32SparseMobileNetV2() local
|
D | qs8-mobilenet-v2.cc | 148 alignas(16) static std::array<int32_t, 384> w128; in QS8MobileNetV2() local
|
D | fp16-mobilenet-v2.cc | 150 alignas(16) static std::array<uint16_t, 384> w128; in FP16MobileNetV2() local
|
D | fp32-mobilenet-v3-small.cc | 148 alignas(16) static std::array<float, 2304> w128; in FP32MobileNetV3Small() local
|
D | fp16-mobilenet-v3-small.cc | 150 alignas(16) static std::array<uint16_t, 2304> w128; in FP16MobileNetV3Small() local
|
D | fp32-sparse-mobilenet-v3-small.cc | 148 alignas(16) static std::array<float, 2304> w128; in FP32SparseMobileNetV3Small() local
|
D | fp16-mobilenet-v3-large.cc | 150 alignas(16) static std::array<uint16_t, 648> w128; in FP16MobileNetV3Large() local
|
D | fp32-mobilenet-v3-large.cc | 148 alignas(16) static std::array<float, 648> w128; in FP32MobileNetV3Large() local
|
D | fp32-sparse-mobilenet-v3-large.cc | 148 alignas(16) static std::array<float, 648> w128; in FP32SparseMobileNetV3Large() local
|