echuraev opened a new pull request, #15461:
URL: https://github.com/apache/tvm/pull/15461

   In some layers, e.g. `Clip`, we might have a compilation error in the case 
when operation takes on the input a constant which is out of target data type 
range.
   
   To prevent such situation, a new method was introduced. It compares values 
of constant attributes with the range of the target data type. In case if the 
value is out of range, then float32 will be used.
   
   cc: @AndrewZhaoLuo, @elvin-n 


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

Reply via email to