nudles commented on a change in pull request #638: SINGA-500 add onnx example 
models
URL: https://github.com/apache/singa/pull/638#discussion_r397842724
 
 

 ##########
 File path: python/singa/utils.py
 ##########
 @@ -231,3 +234,40 @@ def force_unicode(s):
         return s.decode('utf-8')
     except AttributeError:
         return s
+
+
+def postorderRecursive(root, root_t):
 
 Review comment:
   post_order_recursive? 
   be consistent in naming.

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