Add conv_transpose to docs

This commit is contained in:
Avik Pal 2019-02-06 21:11:41 +05:30 committed by GitHub
parent 777571d4b4
commit c093d089a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ MeanPool
```@docs ```@docs
DepthwiseConv DepthwiseConv
ConvTranspose
``` ```
## Recurrent Layers ## Recurrent Layers