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 6- name: xnn_u8_vclamp_ukernel__neon_x64 7 init: xnn_init_u8_minmax_neon_params 8- name: xnn_u8_vclamp_ukernel__sse2_x64 9 init: xnn_init_u8_minmax_sse2_params 10- name: xnn_u8_vclamp_ukernel__wasmsimd_x64 11 init: xnn_init_u8_minmax_wasmsimd_params 12- name: xnn_u8_vclamp_ukernel__scalar_x4 13 init: xnn_init_u8_minmax_scalar_params 14