Skip to content
Snippets Groups Projects
Verified Commit 828f2553 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Remove references to kiss99

parent e7c9bfbb
No related branches found
No related tags found
No related merge requests found
Pipeline #4138 failed
......@@ -5,7 +5,6 @@
#include "freq.h"
#include "lpcnet.h"
#include "plc_data.h"
#include "kiss99.h"
#include "pitchdnn.h"
#include "fargan.h"
......
......@@ -30,7 +30,6 @@
#include <stddef.h>
#include "vec.h"
#include "kiss99.h"
#define ACTIVATION_LINEAR 0
#define ACTIVATION_SIGMOID 1
......@@ -155,8 +154,6 @@ void _lpcnet_compute_dense(const DenseLayer *layer, float *output, const float *
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);
void compute_sparse_gru(const SparseGRULayer *gru, float *state, const float *input);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment