manupa-arm commented on a change in pull request #5143: [RELAY] Re-wrote the
Graph Partitioner to support multiple outputs
URL: https://github.com/apache/incubator-tvm/pull/5143#discussion_r398590002
##########
File path: tests/python/relay/test_pass_partition_graph.py
##########
@@ -678,6 +678,81 @@ def expected():
check_result(mod, {"y": y_data}, (8, 8), np.log(np_add))
+def test_multiple_outputs():
Review comment:
Not sure that I get you; Can you elaborate more as to how multiple outputs
in regions are exercised in conv2d + batch_norm?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services