anko-intel commented on a change in pull request #20831:
URL: https://github.com/apache/incubator-mxnet/pull/20831#discussion_r791931953
##########
File path: config/linux.cmake
##########
@@ -114,11 +114,10 @@ SET(EXTRA_OPERATORS "" CACHE PATH "EXTRA OPERATORS PATH")
# Create C++ interface package
set(USE_CPP_PACKAGE OFF CACHE BOOL "Build C++ Package")
-# Use int64_t type to represent the total number of elements in a tensor
+# Use int64_t type to represent the number of elements in a tensor
Review comment:
```suggestion
# Use int64_t type to represent index and the number of elements in a tensor
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]