samskalicky commented on a change in pull request #20043:
URL: https://github.com/apache/incubator-mxnet/pull/20043#discussion_r627833203
##########
File path: include/mxnet/c_predict_api.h
##########
@@ -56,6 +56,16 @@ typedef void (*PredMonitorCallback)(const char*,
NDArrayHandle,
void*);
+/*! \brief enum of NDArray dtypes */
+enum DType {
Review comment:
no, this is part of the c_predict_api.h header file that does not import
any other MX includes. its standalone.
--
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]