30 lines
877 B
YAML
30 lines
877 B
YAML
# Copyright 2019 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
|
|
- name: xnn_f32_argmaxpool_ukernel_4x__neon_c4
|
|
# x86 SSE
|
|
- name: xnn_f32_argmaxpool_ukernel_4x__sse2_c4
|
|
# WAsm SIMD
|
|
- name: xnn_f32_argmaxpool_ukernel_4x__wasmsimd_c4
|
|
# Scalar
|
|
- name: xnn_f32_argmaxpool_ukernel_4x__scalar_c1
|
|
# ARM NEON
|
|
- name: xnn_f32_argmaxpool_ukernel_9x__neon_c4
|
|
# x86 SSE
|
|
- name: xnn_f32_argmaxpool_ukernel_9x__sse2_c4
|
|
# WAsm SIMD
|
|
- name: xnn_f32_argmaxpool_ukernel_9x__wasmsimd_c4
|
|
# Scalar
|
|
- name: xnn_f32_argmaxpool_ukernel_9x__scalar_c1
|
|
# ARM NEON
|
|
- name: xnn_f32_argmaxpool_ukernel_9p8x__neon_c4
|
|
# x86 SSE
|
|
- name: xnn_f32_argmaxpool_ukernel_9p8x__sse2_c4
|
|
# WAsm SIMD
|
|
- name: xnn_f32_argmaxpool_ukernel_9p8x__wasmsimd_c4
|
|
# Scalar
|
|
- name: xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1
|