comaniac commented on a change in pull request #8523:
URL: https://github.com/apache/tvm/pull/8523#discussion_r675701650
##########
File path: tests/python/relay/test_pass_partition_graph.py
##########
@@ -1439,6 +1439,34 @@ def Optimize(mod):
tvm.testing.assert_allclose(t0.body.data.numpy(), expected, rtol=1e-5,
atol=1e-5)
+def test_preserve_type_import():
+ """Test to make sure type definition and imports are preserved during the
BYOC pipeline"""
Review comment:
```suggestion
"""Test to make sure type definition and imports are preserved during
the BYOC pipeline."""
```
--
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]