Skip to content

Please specify the behavior of min > max in Clip #6165

@mgehre-amd

Description

@mgehre-amd

Ask a Question

Question

onnx.Clip 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions