doc: add GRU to layer reference
This commit is contained in:
parent
baff20514d
commit
5faf5da171
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue