xref: /aosp_15_r20/external/XNNPACK/src/ukernel-strings.yaml (revision 4bdc94577ba0e567308109d787f7fec7b531ce36)
1# Copyright 2022 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_ukernel_type_default
7  string: "Default"
8- name: xnn_ukernel_type_average_pooling
9  string: "Average Pooling"
10- name: xnn_ukernel_type_conv2d_hwc2chw
11  string: "Conv2D HWC2CHW"
12- name: xnn_ukernel_type_dwconv
13  string: "DWConv"
14- name: xnn_ukernel_type_gemm
15  string: "GEMM"
16- name: xnn_ukernel_type_igemm
17  string: "IGEMM"
18- name: xnn_ukernel_type_pixelwise_average_pooling
19  string: "Pixelwise Average Pooling"
20- name: xnn_ukernel_type_spmm
21  string: "SPMM"
22- name: xnn_ukernel_type_subconv2d
23  string: "Subconv2D"
24- name: xnn_ukernel_type_vmulcaddc
25  string: "VMulCAddC"
26