doc: add GRU to layer reference

This commit is contained in:
Iblis Lin 2018-04-18 17:36:10 +08:00 committed by GitHub
parent baff20514d
commit 5faf5da171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Much like the core layers above, but can be used to process sequence data (as we
```@docs
RNN
LSTM
GRU
Flux.Recur
```