Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix R build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed Apr 12, 2019
1 parent 1736f65 commit f83b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/src/symbol.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ SEXP Symbol::InferShape(const Rcpp::List& kwargs) const {
const int **aux_shape_data;
int complete;

MX_CALL(MXSymbolInferShape(
MX_CALL(MXSymbolInferShapeEx(
handle_, static_cast<mx_uint>(kwargs.size()), dmlc::BeginPtr(c_keys),
dmlc::BeginPtr(arg_ind_ptr), dmlc::BeginPtr(arg_shape_data),
&in_shape_size, &in_shape_ndim, &in_shape_data,
Expand Down

0 comments on commit f83b05d

Please sign in to comment.