ekalda commented on code in PR #13309:
URL: https://github.com/apache/tvm/pull/13309#discussion_r1016459236
##########
tests/python/driver/tvmc/conftest.py:
##########
@@ -284,3 +286,17 @@ def @main(%data : Tensor[(1, 3, 64, 64), uint8], %weight :
Tensor[(3, 3, 5, 5),
with open(file_path, "w") as relay_text:
relay_text.write(RELAY_MODEL)
return file_path
+
+
[email protected](scope="session")
+def relay_conv2d():
+ """
+ Simple conv2d Replay implementation.
Review Comment:
Nit:
```suggestion
Simple conv2d Relay implementation.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]