UpsampleΒΆ
Upsample the input tensor. Each dimension value of the output tensor is: output_dimension = floor(input_dimension * scale).
Upsample the input tensor. Each dimension value of the output tensor is: output_dimension = floor(input_dimension * scale).