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

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Jul 22, 2018
1 parent 7fae97d commit 6a03241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mxnet/c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,8 @@ MXNET_DLL int MXSymbolGetInputSymbols(SymbolHandle sym, SymbolHandle **inputs,
MXNET_DLL int MXSymbolCutSubgraph(SymbolHandle sym, SymbolHandle **inputs,
int *input_size);

int MXMakeSubgraph(SymbolHandle sym, SymbolHandle *input_symbols, mx_uint num_inputs,
SymbolHandle *out);
MXNET_DLL int MXMakeSubgraph(SymbolHandle sym, SymbolHandle *input_symbols,
mx_uint num_inputs, SymbolHandle *out);

/*!
* \brief Get the detailed information about atomic symbol.
Expand Down

0 comments on commit 6a03241

Please sign in to comment.