• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 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_f16_vclamp_ukernel__neonfp16arith_x8
6  init: xnn_init_f16_minmax_neon_params
7  arch:
8    - aarch64
9- name: xnn_f16_vclamp_ukernel__neonfp16arith_x16
10  init: xnn_init_f16_minmax_neon_params
11  arch:
12    - aarch64
13- name: xnn_f16_vclamp_ukernel__f16c_x8
14  init: xnn_init_f16_minmax_avx_params
15- name: xnn_f16_vclamp_ukernel__f16c_x16
16  init: xnn_init_f16_minmax_avx_params
17