| generate-required-datatypes-ranks.py |
Serialize `results` to JSON where each operand's `dataTypes` array and
`rankRange` object are kept on a single line, while the rest of the
structure is pretty-printed with the given indent.
Example output for one operand entry:
"input": {
"dataTypes": ["float32", "float16", "int32"],
"rankRange": {"min": 1, "max": 5}
}
|
5172 |
- |