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

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed Feb 5, 2018
1 parent f1ae506 commit ef22953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/c_api/c_api_symbolic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ int MXSetCalibTableToQuantizedSymbol(SymbolHandle qsym_handle,
const float* max_ranges,
SymbolHandle* ret_qsym_handle) {
nnvm::Symbol* s = new nnvm::Symbol();
MXAPIThreadLocalEntry *ret = MXAPIThreadLocalStore::Get();
API_BEGIN();
nnvm::Symbol* sym = static_cast<nnvm::Symbol*>(qsym_handle);
nnvm::Graph g = Symbol2Graph(*sym);
Expand Down

0 comments on commit ef22953

Please sign in to comment.