You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Civitasv (via GitHub)" <gi...@apache.org> on 2023/07/13 02:41:55 UTC

[GitHub] [tvm] Civitasv commented on a diff in pull request #15299: [Unity] [Relax] [ONNX frontend] [op] Add support for Trilu operator

Civitasv commented on code in PR #15299:
URL: https://github.com/apache/tvm/pull/15299#discussion_r1261913159


##########
tests/python/relax/test_frontend_onnx.py:
##########
@@ -528,6 +528,10 @@ def test_relu():
     verify_unary("Relu", [32, 32])
 
 
+def test_trilu():
+    verify_unary("Trilu", [3, 5, 5], attrs={"upper": False})

Review Comment:
   done.



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