Skip to content

Commit

Permalink
Fix: NCNN service declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB committed Dec 14, 2018
1 parent 111269a commit 02df07d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/services.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ namespace dd
MLService<TSNELib,TxtTSNEInputFileConn,UnsupervisedOutput,TSNEModel>
#endif
#ifdef USE_NCNN
,MLService<NCNNLib,ImgNCNNInputFileConn,SupervisedOutput,NCNNModel>
#if defined(USE_CAFFE) || defined(USE_CAFFE2) || defined(USE_TF) || defined(USE_DLIB) || defined(USE_XGBOOST) || defined(USE_TSNE)
,
#endif
MLService<NCNNLib,ImgNCNNInputFileConn,SupervisedOutput,NCNNModel>
#endif
> mls_variant_type;

Expand Down

0 comments on commit 02df07d

Please sign in to comment.