Skip to content

Commit

Permalink
Update uniform_dense_default_batch_fpt_dispatcher.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Feb 22, 2025
1 parent 7896fb2 commit 75cfc7d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,15 @@ namespace daal
namespace algorithms
{
__DAAL_INSTANTIATE_DISPATCH_CONTAINER(distributions::uniform::BatchContainer, batch, DAAL_FPTYPE, distributions::uniform::defaultDense)
namespace distributions
{
namespace uniform
{
namespace interface1
{
template class Batch<DAAL_FPTYPE, distributions::uniform::defaultDense>;
} // namespace interface1
} // namespace uniform
} // namespace distributions
} // namespace algorithms
} // namespace daal

0 comments on commit 75cfc7d

Please sign in to comment.