Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Add pixelshuffle layers #13571

Merged
merged 7 commits into from
Feb 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add pixelshuffle layers to API doc page
  • Loading branch information
kohr-h committed Feb 8, 2019
commit b3295ec3d36319eef36c487b590f3fbbf6577ff3
3 changes: 3 additions & 0 deletions docs/api/python/gluon/contrib.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ In the rest of this document, we list routines provided by the `gluon.contrib` p
Identity
SparseEmbedding
SyncBatchNorm
PixelShuffle1D
PixelShuffle2D
PixelShuffle3D
```

### Recurrent neural network
Expand Down