chromium/third_party/xnnpack/src/src/xnnpack/operator-type.h

// 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

#pragma once

#include "xnnpack/common.h"


#ifdef __cplusplus
extern "C" {
#endif

enum xnn_operator_type {};

XNN_INTERNAL const char* xnn_operator_type_to_string(enum xnn_operator_type operator_type);

#ifdef __cplusplus
}  // extern "C"
#endif