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