// Copyright 2022 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. // // Auto-generated file. Do not edit! // Specification: src/enums/microkernel-type.yaml // Generator: tools/generate-enum.py #include <assert.h> #include <stdint.h> #include "xnnpack/microkernel-type.h" static const uint8_t offset[13] = …; static const char data[] = …; const char* xnn_microkernel_type_to_string(enum xnn_microkernel_type microkernel_type) { … }