R/resampleTensorUtilities.R
ResampleTensorLayer3D.Rd
Creates a lambda layer which interpolates/resizes an input tensor based on the specified shape
a resampled version of the input tensor
A 3-D vector specifying the new shape.
Type of interpolation. Can be
'nearestNeighbor'
, 'nearestNeighbor'
,
'linear'
, 'bilinear'
,
'cubic'
, or 'bicubic'
$initialize
instantiates a new class.
$call
main body.
$compute_output_shape
computes the output shape.
Tustison NJ