u99127 commented on a change in pull request #6774:
URL: https://github.com/apache/incubator-tvm/pull/6774#discussion_r514205452
##########
File path: tests/python/frontend/tflite/test_forward.py
##########
@@ -2548,14 +2556,17 @@ def test_forward_padv2():
np.array([2], dtype=np.float32),
]
)
- _test_padv2(
- [
- np.arange(0, 256, dtype=np.uint8).reshape((1, 256)),
- np.array([[1, 1], [2, 2]], dtype=np.int32),
- np.array([2], dtype=np.uint8),
- ],
- quantized=True,
- )
+ # NOTE: In recent version, there is a bug in Tensorflow package for this
scenario.
+ # Hence, it is disabled temporarily for latest TF version.
Review comment:
Given the issue got closed, does it make sense to open another one for
tensorflow since it breaks the way in which we test this ?
----------------------------------------------------------------
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]