anijain2305 commented on issue #4805: [Frontend][TFlite] Add parser support for relu6, leaky_relu, relu_n1_to_1, log_softmax URL: https://github.com/apache/incubator-tvm/pull/4805#issuecomment-592684003 > The problem here was that `Clip()` from `RELAY_PASS_PATTERN ` needs the clipping range to be in `double` and I couldn't just fix this by casting to `float64` (it seems `double` is not supported in TVM). Can you show me code example here? I have typically used float numbers like 1.0 or 6.0 to work with `a_min` or `a_max`
---------------------------------------------------------------- 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] With regards, Apache Git Services
