Make loss simulator standalone
This commit is contained in:
parent
bd710e97f3
commit
caca188b5a
3 changed files with 57 additions and 6 deletions
|
@ -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[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue