Searched defs:w148 (Results 1 – 10 of 10) sorted by relevance
/external/XNNPACK/models/ |
D | fp32-mobilenet-v2.cc | 168 alignas(16) static std::array<float, 160> w148; in FP32MobileNetV2() local
|
D | fp32-sparse-mobilenet-v2.cc | 168 alignas(16) static std::array<float, 160> w148; in FP32SparseMobileNetV2() local
|
D | qs8-mobilenet-v2.cc | 168 alignas(16) static std::array<int32_t, 160> w148; in QS8MobileNetV2() local
|
D | fp16-mobilenet-v2.cc | 170 alignas(16) static std::array<uint16_t, 160> w148; in FP16MobileNetV2() local
|
D | fp32-mobilenet-v3-small.cc | 168 alignas(16) static std::array<float, 15360> w148; in FP32MobileNetV3Small() local
|
D | fp16-mobilenet-v3-small.cc | 170 alignas(16) static std::array<uint16_t, 15360> w148; in FP16MobileNetV3Small() local
|
D | fp32-sparse-mobilenet-v3-small.cc | 168 alignas(16) static std::array<float, 15360> w148; in FP32SparseMobileNetV3Small() local
|
D | fp16-mobilenet-v3-large.cc | 170 alignas(16) static std::array<uint16_t, 3840> w148; in FP16MobileNetV3Large() local
|
D | fp32-mobilenet-v3-large.cc | 168 alignas(16) static std::array<float, 3840> w148; in FP32MobileNetV3Large() local
|
D | fp32-sparse-mobilenet-v3-large.cc | 168 alignas(16) static std::array<float, 3840> w148; in FP32SparseMobileNetV3Large() local
|