17 lines
588 B
YAML
17 lines
588 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_velu_ukernel__neonfp16arith_rr1_p3_x8
|
|
init: xnn_init_f16_elu_neonfp16arith_rr1_p3_params
|
|
- name: xnn_f16_velu_ukernel__neonfp16arith_rr1_p3_x16
|
|
init: xnn_init_f16_elu_neonfp16arith_rr1_p3_params
|
|
|
|
# x86 AVX2
|
|
- name: xnn_f16_velu_ukernel__avx2_rr1_p3_x8
|
|
init: xnn_init_f16_elu_avx2_rr1_p3_params
|
|
- name: xnn_f16_velu_ukernel__avx2_rr1_p3_x16
|
|
init: xnn_init_f16_elu_avx2_rr1_p3_params
|