Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dnn/nnet.h')
-rw-r--r--dnn/nnet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnn/nnet.h b/dnn/nnet.h
index a2eaad82..7eb7a57b 100644
--- a/dnn/nnet.h
+++ b/dnn/nnet.h
@@ -147,6 +147,7 @@ extern const WeightArray rdovaedec_arrays[];
extern const WeightArray fwgan_arrays[];
extern const WeightArray fargan_arrays[];
extern const WeightArray pitchdnn_arrays[];
+extern const WeightArray lossgen_arrays[];
int linear_init(LinearLayer *layer, const WeightArray *arrays,
const char *bias,