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/10/08 01:42:10 UTC

[GitHub] [tvm] FrozenGene commented on a change in pull request #9157: [Caffe Frontend] Add support for Permute layer

FrozenGene commented on a change in pull request #9157:
URL: https://github.com/apache/tvm/pull/9157#discussion_r724642320



##########
File path: tests/python/frontend/caffe/test_forward.py
##########
@@ -586,6 +586,27 @@ def test_forward_LRN():
     _test_lrn(data, local_size=3, alpha=2.0, beta=0.5, k=2.0)
 
 
+#######################################################################
+# Permute
+# -----------

Review comment:
       Line 590 and Line 591.
   ```python
   # Permute
   # -------
   ```




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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org