masahi commented on issue #7339:
URL: https://github.com/apache/tvm/issues/7339#issuecomment-769540320
Printing `mod` shows that `inff` is a thing:
```
def @main(%x: Tensor[(3, 4), float32]) {
clip(%x, a_min=0.5f, a_max=inff)
}
```
Do we want to special-case `inf` in the printer as well?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]