access2rohit commented on a change in pull request #20043:
URL: https://github.com/apache/incubator-mxnet/pull/20043#discussion_r629575202



##########
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:
       In `c_predict_api.h` file we are using it like this `int* input_dtypes` 
correct? Do you think the files through which you will call the functions 
defined here will not have access to `base.h` ?




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


Reply via email to