anijain2305 commented on a change in pull request #6127:
URL: https://github.com/apache/incubator-tvm/pull/6127#discussion_r460425812
##########
File path: tests/python/frontend/tflite/test_forward.py
##########
@@ -1850,7 +1850,7 @@ def _test_quantize_dequantize(data):
# First TFLite quantize op converts float32 tensor to int8 tensor - Qnn
quantize.
# Second TFLite quantize op converts int8 tensor to int8 tensor - Qnn
requantize.
data_in = tf.keras.layers.Input(shape=data.shape[1:])
- relu = tf.keras.layers.ReLU()(data_in)
+ relu = tf.keras.layers.ReLU()(data)
Review comment:
Why is this changed? I would suggest to add a new test for quantize.
This one takes the Input layer of Keras, previous line.
----------------------------------------------------------------
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]