# Ask a Question ### Question [onnx.Clip](https://onnx.ai/onnx/operators/onnx__Clip.html) leaves it open what happens when values for min and max are specified such that min > max. Should this - be an error (invalid model) - set all values to min - set all values to max - be unspecified This is relevant to implement compilers.