xref: /aosp_15_r20/external/XNNPACK/test/s8-vclamp.yaml (revision 4bdc94577ba0e567308109d787f7fec7b531ce36)
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
6# ARM NEON
7- name: xnn_s8_vclamp_ukernel__neon_x64
8  init: xnn_init_s8_minmax_neon_params
9# x86 SSE
10- name: xnn_s8_vclamp_ukernel__sse2_x64
11  init: xnn_init_s8_minmax_sse2_params
12- name: xnn_s8_vclamp_ukernel__sse41_x64
13  init: xnn_init_s8_minmax_sse4_params
14# WAsm SIMD
15- name: xnn_s8_vclamp_ukernel__wasmsimd_x64
16  init: xnn_init_s8_minmax_wasmsimd_params
17# Scalar
18- name: xnn_s8_vclamp_ukernel__scalar_x4
19  init: xnn_init_s8_minmax_scalar_params
20