comaniac 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_r398768598
##########
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:
Oh yes. The case in my mind is `conv2d->BN->relu`. In this case, the region
output would be a new tuple of the rest 2 BN outputs and 1 relu output (relu
could be any op tho).
----------------------------------------------------------------
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