Upsample ======== Upsample the input tensor. Each dimension value of the output tensor is: output_dimension = floor(input_dimension * scale). .. raw:: html
torch.nn.modules.upsampling.Upsample
mlx.nn.layers.upsample.Upsample