We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a55474 commit de03f80Copy full SHA for de03f80
src/rnn.h
@@ -66,4 +66,4 @@ void compute_gru(const GRULayer *gru, float *state, const float *input);
66
67
void compute_rnn(RNNState *rnn, float *gains, float *vad, const float *input);
68
69
-#endif /* _MLP_H_ */
+#endif /* _RNN_H_ */
0 commit comments