t-vi commented on pull request #6449:
URL: https://github.com/apache/incubator-tvm/pull/6449#issuecomment-693002214


   but wouldn't then a pattern of
   ```
   inferred_val = _try_infer_value(inp)
   if inferred_val is not None:
      res = foo(inferred_val)
   else:
      res = bar(inp)
   ```
   work?


----------------------------------------------------------------
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]


Reply via email to