ShichengChen commented on a change in pull request #416: singa-onnx URL: https://github.com/apache/incubator-singa/pull/416#discussion_r264103343
########## File path: python/singa/tensor.py ########## @@ -87,10 +87,10 @@ class Tensor(object): grad but not store grad; But if a tensor stores grad then it must require grad. ''' - + tensor_count = 0 Review comment: I imitated from autograd.py's operator name code ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services