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:
[email protected]


With regards,
Apache Git Services

Reply via email to