Make loss simulator standalone

This commit is contained in:
Jean-Marc Valin 2023-12-21 23:05:40 -05:00
parent bd710e97f3
commit caca188b5a
No known key found for this signature in database
GPG key ID: 531A52533318F00A
3 changed files with 57 additions and 6 deletions

View file

@ -138,6 +138,7 @@ void _lpcnet_compute_dense(const DenseLayer *layer, float *output, const float *
void compute_gruB(const GRULayer *gru, const float* gru_b_condition, float *state, const float *input, int arch);
int parse_weights(WeightArray **list, const unsigned char *data, int len);
extern const WeightArray lpcnet_arrays[];