1# Copyright 2021 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- name: xnn_s8_maxpool_minmax_ukernel_9p8x__neon_c16 6 init: xnn_init_s8_minmax_neon_params 7- name: xnn_s8_maxpool_minmax_ukernel_9p8x__sse2_c16 8 init: xnn_init_s8_minmax_sse2_params 9- name: xnn_s8_maxpool_minmax_ukernel_9p8x__sse41_c16 10 init: xnn_init_s8_minmax_sse4_params 11- name: xnn_s8_maxpool_minmax_ukernel_9p8x__wasmsimd_c16 12 init: xnn_init_s8_minmax_wasmsimd_params 13- name: xnn_s8_maxpool_minmax_ukernel_9p8x__scalar_c1 14 init: xnn_init_s8_minmax_scalar_params 15