Package org.jetbrains.kotlinx.dl.api.core.layer.reshaping
Types
Abstract Cropping layer used as the base layer for all the cropping layers.
Abstract UpSampling layer used as the base layer for all the upsampling layers.
Abstract Zero Padding layer used as the base layer for all the ZeroPadding layers.
Cropping layer for 1D data (e.g. audio, time-series)
Cropping layer for 2D data (e.g. images)
Cropping layer for 3D data (e.g. video, spatio-temporal)
Type of interpolation method.
Layer that repeats the input n times.
Upsampling layer for 1D input.
Upsampling layer for 2D input.
Upsampling layer for 3D input.
Zero-padding layer for 1D input (e.g. audio). This layer can add zeros in the rows of the audio tensor
Zero-padding layer for 2D input (e.g. picture). This layer can add rows and columns of zeros at the top, bottom, left and right side of an image tensor.
Zero-padding layer for 3D input (e.g. video). This layer can add zeros in the rows, cols and depth of a video tensor.