summaryrefslogtreecommitdiff
path: root/src/container.cpp
blob: 00e7cad3eaa7479a811b9f6ce622a9be0afcc67f (plain)
1
2
3
4
5
#include "neural/container.h"

template class Neural::Container<float>;
template class Neural::Container<double>;
template class Neural::Container<long double>;