14 lines
		
	
	
		
			488 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			488 B
		
	
	
	
		
			YAML
		
	
	
	
# Copyright 2020 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.
 | 
						|
 | 
						|
- name: xnn_u8_vclamp_ukernel__neon_x64
 | 
						|
  init: xnn_init_u8_minmax_neon_params
 | 
						|
- name: xnn_u8_vclamp_ukernel__sse2_x64
 | 
						|
  init: xnn_init_u8_minmax_sse2_params
 | 
						|
- name: xnn_u8_vclamp_ukernel__wasmsimd_x64
 | 
						|
  init: xnn_init_u8_minmax_wasmsimd_params
 | 
						|
- name: xnn_u8_vclamp_ukernel__scalar_x4
 | 
						|
  init: xnn_init_u8_minmax_scalar_params
 |