chromium/third_party/libaom/source/libaom/av1/encoder/mode_prune_model_weights.h

/*
 * Copyright (c) 2019, Alliance for Open Media. All rights reserved.
 *
 * This source code is subject to the terms of the BSD 2 Clause License and
 * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
 * was not distributed with this source code in the LICENSE file, you can
 * obtain it at www.aomedia.org/license/software. If the Alliance for Open
 * Media Patent License 1.0 was not distributed with this source code in the
 * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
 */

#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
}  // extern "C"
#endif

#endif  // AOM_AV1_ENCODER_MODE_PRUNE_MODEL_WEIGHTS_H_