#ifndef AOM_AV1_ENCODER_MODE_PRUNE_MODEL_WEIGHTS_H_
#define AOM_AV1_ENCODER_MODE_PRUNE_MODEL_WEIGHTS_H_
#ifdef __cplusplus
extern "C" {
#endif
#define NUM_HIDDEN_LAYERS_12 …
#define NUM_FEATURES_12 …
#define NUM_LAYER_0_UNITS_12 …
#define NUM_LOGITS_12 …
static const float av1_intrap_hiddenlayer_0_kernel_12[] = …;
static const float av1_intrap_hiddenlayer_0_bias_12[] = …;
static const float av1_intrap_logits_kernel_12[] = …;
static const float av1_intrap_logits_bias_12[] = …;
static const NN_CONFIG av1_intrap_nn_config = …;
#undef NUM_HIDDEN_LAYERS_12
#undef NUM_FEATURES_12
#undef NUM_LAYER_0_UNITS_12
#undef NUM_LOGITS_12
#define NUM_HIDDEN_LAYERS_15 …
#define NUM_FEATURES_15 …
#define NUM_LAYER_0_UNITS_15 …
#define NUM_LOGITS_15 …
static const float av1_intraph_hiddenlayer_0_kernel_15[] = …;
static const float av1_intraph_hiddenlayer_0_bias_15[] = …;
static const float av1_intraph_logits_kernel_15[] = …;
static const float av1_intraph_logits_bias_15[] = …;
static const NN_CONFIG av1_intrap_hd_nn_config = …;
#undef NUM_HIDDEN_LAYERS_15
#undef NUM_FEATURES_15
#undef NUM_LAYER_0_UNITS_15
#undef NUM_LOGITS_15
#ifdef __cplusplus
}
#endif
#endif