You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/01/20 11:54:42 UTC

[GitHub] [tvm] d-smirnov commented on a change in pull request #6998: [TFLite] Strided slice handling of shrink_axis_mask improved

d-smirnov commented on a change in pull request #6998:
URL: https://github.com/apache/tvm/pull/6998#discussion_r560903430



##########
File path: tests/python/integration/test_reduce.py
##########
@@ -191,11 +191,11 @@ def test_rfactor_factor_axis():
     n = tvm.runtime.convert(1027)
     A = te.placeholder((n,), name="A")
     k = te.reduce_axis((0, n))
-    B = te.compute((1,), lambda i: te.sum(A[k], axis=k), name="B")

Review comment:
       The PR added extra check for the shape of the arguments for `np.testing.assert_allclose`




----------------------------------------------------------------
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:
users@infra.apache.org