// 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/node-type.yaml // Generator: tools/generate-enum.py #pragma once #include "xnnpack/common.h" #ifdef __cplusplus extern "C" { #endif enum xnn_node_type { … }; #if XNN_LOG_LEVEL <= 0 XNN_INLINE static const char* xnn_node_type_to_string(enum xnn_node_type type) { … } #else XNN_INTERNAL const char* xnn_node_type_to_string(enum xnn_node_type type); #endif #ifdef __cplusplus } // extern "C" #endif