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 2022/05/05 07:20:18 UTC

[GitHub] [tvm] SebastianBoblestETAS commented on a diff in pull request #11183: Add unidirectional sequence lstm

SebastianBoblestETAS commented on code in PR #11183:
URL: https://github.com/apache/tvm/pull/11183#discussion_r865616692


##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -4572,6 +4572,36 @@ def test_forward_tflite_float16():
     tvm.testing.assert_allclose(tvm_sorted_labels, tflite_sorted_labels)
 
 
+#######################################################################
+# Unidirectional Sequence LSTM
+# ---------------------
+def test_unidirectional_sequence_lstm():

Review Comment:
   Thanks for pointing this out.
   Added the test to the main function. I also renamed it to test_forward_unidirectional_sequence_lstm.



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