1# Copyright 2019 Google LLC 2# 3# This source code is licensed under the BSD-style license found in the 4# LICENSE file in the root directory of this source tree. 5 6# ARM NEON 7- name: xnn_u8_maxpool_minmax_ukernel_9p8x__neon_c16 8 init: xnn_init_u8_minmax_neon_params 9# x86 SSE 10- name: xnn_u8_maxpool_minmax_ukernel_9p8x__sse2_c16 11 init: xnn_init_u8_minmax_sse2_params 12# WAsm SIMD 13- name: xnn_u8_maxpool_minmax_ukernel_9p8x__wasmsimd_c16 14 init: xnn_init_u8_minmax_wasmsimd_params 15# Scalar 16- name: xnn_u8_maxpool_minmax_ukernel_9p8x__scalar_c1 17 init: xnn_init_u8_minmax_scalar_params 18