You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/20 00:04:40 UTC

[GitHub] [tvm] apivovarov opened a new pull request #7712: [torch] Use try_infer_value for clamp min/max

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:
users@infra.apache.org



[GitHub] [tvm] masahi merged pull request #7712: [torch] Use try_infer_value for clamp min/max

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #7712:
URL: https://github.com/apache/tvm/pull/7712


   


-- 
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:
users@infra.apache.org