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/04/02 13:39:46 UTC

[GitHub] [incubator-tvm] wweic commented on a change in pull request #5103: [Relay][ADT]Static Tensor Array

wweic commented on a change in pull request #5103: [Relay][ADT]Static Tensor Array
URL: https://github.com/apache/incubator-tvm/pull/5103#discussion_r402319247
 
 

 ##########
 File path: python/tvm/relay/prelude.py
 ##########
 @@ -666,6 +1200,20 @@ def get_var(self, canonical, dtype):
         name = self.get_name(canonical, dtype)
         return getattr(self, name)
 
+    def get_name_static(self, canonical, dtype, shape):
 
 Review comment:
   Should we unify this with the one in static tensor array ops?

----------------------------------------------------------------
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