modeci_mdf.functions.onnx.squeeze

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

Remove single-dimensional entries from the shape of a tensor. Takes an input axes with a list of axes to squeeze. If axes is not provided, all the single dimensions will be removed from the shape. If an axis is selected with shape entry not equal to one, an error is raised.