15 lines
438 B
YAML
15 lines
438 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_vabs_ukernel__neonfp16arith_x8
|
|
- name: xnn_f16_vabs_ukernel__neonfp16arith_x16
|
|
|
|
# x86 SSE2
|
|
- name: xnn_f16_vabs_ukernel__sse2_x8
|
|
init: xnn_init_f16_abs_sse_params
|
|
- name: xnn_f16_vabs_ukernel__sse2_x16
|
|
init: xnn_init_f16_abs_sse_params
|