cchung100m opened a new pull request, #18631: URL: https://github.com/apache/tvm/pull/18631
Hi Commiters, This PR is trying to fix issues https://github.com/apache/tvm/issues/17999. Any suggestions would be appreciated if you are available. ### Solutions: - Compute the clipped result as before - Check for NaN values using relax.op.isnan(x) - Use relax.op.where to return NaN for positions where input is NaN, otherwise return the clipped value -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
