kevinthesun commented on a change in pull request #5042: [TF][Relay] TensorFlow 
Frontend support with shared params
URL: https://github.com/apache/incubator-tvm/pull/5042#discussion_r391231976
 
 

 ##########
 File path: python/tvm/relay/frontend/tensorflow.py
 ##########
 @@ -77,10 +77,21 @@ def _dim_check(attrs):
         return False
     return _dim_check, "Only 2d or 3d kernel supported."
 
+# Build count_used to record params have been converted to attrs
+used_params = {}
 
 Review comment:
   Agree with @srkreddy1238 if relay build can remove unused params, we don't  
need this here.

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