modeci_mdf.functions.onnx.upsample

modeci_mdf.functions.onnx.upsample(*args, **kwargs)

Upsample the input tensor. Each dimension value of the output tensor is:

output_dimension = floor(input_dimension * scale).