anijain2305 commented on a change in pull request #6018:
URL: https://github.com/apache/incubator-tvm/pull/6018#discussion_r465863240
##########
File path: python/tvm/relay/frontend/tflite.py
##########
@@ -1089,7 +1093,7 @@ def convert_square(self, op):
return out
- def _convert_elemwise(self, relay_op, op):
+ def _convert_elemwise(self, relay_op, op, use_real_qnn=True):
Review comment:
Can we skip the use_real_qnn by moving the check to L1225 and L1229 and
keeping _convert_elemwise unchanged? Adding using_real_qnn seems little adhoc.
----------------------------------------------------------------
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]