#ifndef TENSORFLOW_LITE_CORE_C_BUILTIN_OP_DATA_H_
#define TENSORFLOW_LITE_CORE_C_BUILTIN_OP_DATA_H_
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "tensorflow/lite/core/c/common.h"
#ifdef __cplusplus
extern "C" {
#endif
#define TFLITE_RESHAPE_PARAMS_MAX_DIMENSION_COUNT …
#define TFLITE_STABLEHLO_SCATTER_PARAMS_MAX_DIMENSION_COUNT …
#define TFLITE_STABLEHLO_GATHER_PARAMS_MAX_DIMENSION_COUNT …
#define TFLITE_STABLEHLO_REDUCE_WINDOW_PARAMS_MAX_DIMENSION_COUNT …
#define TFLITE_STABLEHLO_PAD_PARAMS_MAX_DIMENSION_COUNT …
EmptyStructPlaceholder;
TfLitePadding;
TfLiteMirrorPaddingMode;
TfLitePaddingValues;
TfLiteMirrorPaddingParams;
TfLiteFusedActivation;
TfLiteConvParams;
TfLiteConv3DParams;
TfLiteConv3DTransposeParams;
TfLitePoolParams;
TfLiteDepthwiseConvParams;
TfLiteSVDFParams;
TfLiteRNNParams;
TfLiteSequenceRNNParams;
TfLiteBidirectionalSequenceRNNParams;
TfLiteFullyConnectedWeightsFormat;
TfLiteFullyConnectedParams;
TfLiteLSHProjectionType;
TfLiteLSHProjectionParams;
TfLiteSoftmaxParams;
TfLiteConcatenationParams;
TfLiteAddParams;
TfLiteSpaceToBatchNDParams;
TfLiteBatchToSpaceNDParams;
TfLiteBatchMatMulParams;
TfLiteMulParams;
TfLiteSubParams;
TfLiteDivParams;
TfLiteL2NormParams;
TfLiteLocalResponseNormParams;
TfLiteLSTMKernelType;
TfLiteLSTMParams;
TfLiteUnidirectionalSequenceLSTMParams;
TfLiteBidirectionalSequenceLSTMParams;
TfLiteResizeBilinearParams;
TfLiteResizeNearestNeighborParams;
TfLitePadParams;
TfLitePadV2Params;
TfLiteReshapeParams;
TfLiteSkipGramParams;
TfLiteSpaceToDepthParams;
TfLiteDepthToSpaceParams;
TfLiteCastParams;
TfLiteCombinerType;
TfLiteEmbeddingLookupSparseParams;
TfLiteGatherParams;
TfLiteTransposeParams;
TfLiteReducerParams;
TfLiteSplitParams;
TfLiteSplitVParams;
TfLiteSqueezeParams;
TfLiteStridedSliceParams;
TfLiteArgMaxParams;
TfLiteArgMinParams;
TfLiteTransposeConvParams;
TfLiteSparseToDenseParams;
TfLiteShapeParams;
TfLiteRankParams;
TfLiteFakeQuantParams;
TfLitePackParams;
TfLiteOneHotParams;
TfLiteUnpackParams;
TfLiteLeakyReluParams;
TfLiteUniqueParams;
TfLiteReverseSequenceParams;
TfLiteMatrixDiagParams;
TfLiteMatrixSetDiagParams;
TfLiteIfParams;
TfLiteWhileParams;
TfLiteCumsumParams;
TfLiteCallOnceParams;
TfLiteHashtableParams;
TfLiteVarHandleParams;
TfLiteRandomParams;
TfLiteBucketizeParams;
TfLiteGeluParams;
TfLiteStablehloConcatenateParams;
TfLiteStablehloScatterParams;
TfLiteRngAlgorithm;
TfLiteStablehloRngBitGeneratorParams;
TfLiteStablehloGatherParams;
TfLiteStablehloReduceWindowParams;
enum TfLiteReduceWindowFunction { … };
TfLiteReduceWindowParams;
TfLiteStablehloPadParams;
TfLiteStablehloCompositeParams;
#ifdef __cplusplus
}
#endif
#endif