u99127 opened a new issue #4823: Improve tflite testing for quantized conv2d.
URL: https://github.com/apache/incubator-tvm/issues/4823
 
 
   @anijain2305 , @inadob 
   
   While we have tests for qnn.conv2d at the relay level, the recent issue with 
padding highlighted by the pull request #4807 has highlighted the need for 
better unit tests for quantized conv2d in the tflite frontend. One of the 
reasons that we hit this issue in the tflite frontend is that the relay unit 
tests for qnn.conv2d considered an implicit padding while the tflite frontend 
lowers the padding in quantized conv2d into a separate relay operation. Thus we 
need to have a unit test for qnn.conv2d for the tflite frontend. 
   
   Further it's probably worth a separate audit to make sure we have adequate 
tests for qnn ops in the tflite frontend for those operators that are not 
added. 
   
   

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


With regards,
Apache Git Services

Reply via email to