// 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/operator-type.yaml // Generator: tools/generate-enum.py #include <assert.h> #include <stdint.h> #include "xnnpack/operator-type.h" static const uint16_t offset[169] = …; static const char data[] = …; const char* xnn_operator_type_to_string(enum xnn_operator_type operator_type) { … }