upsample
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
description: 'layer upsample for configurable component'
---
# upsample layer
`upsample` resizes the input tensor to the specified size.
## Optional arguments
* `h` - requested height. defaults to input height * 2
* `w` - requested width. defaults to input width * 2
## input size
Any 4-d tensor
## output size
[B, input channels, h, w]