masahi opened a new pull request #7370: URL: https://github.com/apache/tvm/pull/7370
Fixes https://github.com/apache/tvm/issues/7339 Not sure if this is the best solution ``` def @main(%x: Tensor[(3, 4), float32]) -> Tensor[(3, 4), float32] { clip(%x, a_min=0.5f, a_max=3.40282e+38f) /* GeneratedSource */ /* ty=Tensor[(3, 4), float32] */ } ``` @jroesch @altanh ---------------------------------------------------------------- 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]
