apivovarov opened a new pull request #7712: URL: https://github.com/apache/tvm/pull/7712
In some cases `torch.clamp(min,max)` operator has `min` and `max` parameters which are Constant or Expr. This PR adds support for the cases when `min` and `max` parameter are `Constant` or `Expr` which can be infered. Related Discussion: https://discuss.tvm.apache.org/t/relay-clip-operator-with-dynamic-min-max-fails/9466 -- 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]
