R/resampleTensorUtilities.R
ResampleTensorToTargetTensorLayer3D.RdCreates a lambda layer which interpolates/resizes an input tensor based on the specified target tensor
a resampled version of the input tensor
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