20 lines
621 B
YAML
20 lines
621 B
YAML
# Copyright 2022 Google LLC
|
|
#
|
|
# This source code is licensed under the BSD-style license found in the
|
|
# LICENSE file in the root directory of this source tree.
|
|
|
|
# ARM NEON+FP16ARITH
|
|
- name: xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8
|
|
init: xnn_init_f16_minmax_neon_params
|
|
arch:
|
|
- aarch64
|
|
- name: xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8
|
|
init: xnn_init_f16_minmax_neon_params
|
|
arch:
|
|
- aarch64
|
|
# x86 AVX2
|
|
- name: xnn_f16_pavgpool_minmax_ukernel_9p8x__avx2_c8
|
|
init: xnn_init_f16_minmax_avx_params
|
|
- name: xnn_f16_pavgpool_minmax_ukernel_9x__avx2_c8
|
|
init: xnn_init_f16_minmax_avx_params
|