ChaiBapchya commented on a change in pull request #17309: adding docs for 64bit 
C APIs of large tensor and removing not required int64 C APIs 
URL: https://github.com/apache/incubator-mxnet/pull/17309#discussion_r366608014
 
 

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -1673,27 +1765,12 @@ MXNET_DLL int MXSymbolInferShape(SymbolHandle sym,
                                  const uint32_t ***aux_shape_data,
                                  int *complete);
 
-MXNET_DLL int MXSymbolInferShape64(SymbolHandle sym,
-                                   uint32_t num_args,
-                                   const char** keys,
-                                   const int64_t *arg_ind_ptr,
-                                   const int64_t *arg_shape_data,
-                                   size_t *in_shape_size,
-                                   const int **in_shape_ndim,
-                                   const int64_t ***in_shape_data,
-                                   size_t *out_shape_size,
-                                   const int **out_shape_ndim,
-                                   const int64_t ***out_shape_data,
-                                   size_t *aux_shape_size,
-                                   const int **aux_shape_ndim,
-                                   const int64_t ***aux_shape_data,
-                                   int *complete);
-
 /*!
  * \brief infer shape of unknown input shapes given the known one.
  *  The shapes are packed into a CSR matrix represented by arg_ind_ptr and 
arg_shape_data
  *  The call will be treated as a kwargs call if key != nullptr or 
num_args==0, otherwise it is positional.
- *
+ *  This api is available when MXNet is built with flag
+ *  USE_INT64_TENSOR_SIZE=0 (by default)
  * \param sym symbol handle
  * \param num_args numbe of input arguments.
 
 Review comment:
   ```suggestion
    * \param num_args number of input arguments.
   ```

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

Reply via email to