Alexey-Yazev commented on PR #13645:
URL: https://github.com/apache/tvm/pull/13645#issuecomment-1376970374

   > (1) We should still check whether TFLite's RELU6 is correctly executed on 
NPU, some basic conv2d + RELU6 tests should do
   
   in my opinion it will be enough to add separate tests for RELU6 and 
RELU_N1_TO_1 since RELU, RELU6, RELU_N1_TO_1 
   activations are converted to clip operation in the tflite frontend 
https://github.com/apache/tvm/blob/main/python/tvm/relay/frontend/tflite.py#L534
 and other cases with basic operations will be covered by cases with relu 
activation or is it necessary to add tests for RELU6, RELU_N1_TO_1 with other 
operations?
   > (2) I'm confused about the min/max changes - is it an unrelated bugfix or 
necessary for RELU_N1_TO_1 implementation?
   
   this is adding restrictions according to the hardware


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