Skip to content

Commit

Permalink
Update adaboost_train_dense_default_batch_fpt_dispatcher.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Feb 21, 2025
1 parent fc15691 commit 93d11f6
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ Batch<algorithmFPType, method>::Batch(const Batch & other) : classifier::trainin
initialize();
}

#define INSTANTIATE_CONSTRUCTORS(algorithmFPType, method) \
template Batch<algorithmFPType, method>::Batch(size_t); \
template Batch<algorithmFPType, method>::Batch(const Batch &); \

INSTANTIATE_CONSTRUCTORS(DAAL_FPTYPE, adaboost::training::defaultDense);
INSTANTIATE_CONSTRUCTORS(DAAL_FPTYPE, adaboost::training::sammeR);
#define INSTANTIATE_CONSTRUCTORS(algorithmFPType, method) \
template Batch<algorithmFPType, method>::Batch(size_t); \
template Batch<algorithmFPType, method>::Batch(const Batch &)

} // namespace interface2
} // namespace training
Expand Down

0 comments on commit 93d11f6

Please sign in to comment.