ref: 828f2553d678a590b3d6a65ad8fcd7a5a79046c1
parent: e7c9bfbbe2cc8a49df88d5541df3c094f8aab8e1
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Mon Oct 16 18:13:19 EDT 2023
Remove references to kiss99
--- a/dnn/lpcnet_private.h
+++ b/dnn/lpcnet_private.h
@@ -5,7 +5,6 @@
#include "freq.h"
#include "lpcnet.h"
#include "plc_data.h"
-#include "kiss99.h"
#include "pitchdnn.h"
#include "fargan.h"
--- a/dnn/nnet.h
+++ b/dnn/nnet.h
@@ -30,7 +30,6 @@
#include <stddef.h>
#include "vec.h"
-#include "kiss99.h"
#define ACTIVATION_LINEAR 0
#define ACTIVATION_SIGMOID 1
@@ -154,8 +153,6 @@
void _lpcnet_compute_dense(const DenseLayer *layer, float *output, const float *input);
void compute_mdense(const MDenseLayer *layer, float *output, const float *input);
-
-int sample_mdense(const MDenseLayer *layer, const float *input, const float *sampling_logit_table, kiss99_ctx *rng);
void compute_gruB(const GRULayer *gru, const float* gru_b_condition, float *state, const float *input);
--
⑨