You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/01/16 22:20:53 UTC

[GitHub] [incubator-tvm] huajsj commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

huajsj commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.
URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r367680469
 
 

 ##########
 File path: vta/python/vta/top/graphpack.py
 ##########
 @@ -246,32 +246,42 @@ def visit_call(self, call):
 
 class BT(Exception):
     pass
-def get_subgraph(expr, start_name, stop_name):
+def get_subgraph(expr, start_name, stop_name, start_name_indx=0, stop_name_indx=0):
 
 Review comment:
   fixed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services