diff options
Diffstat (limited to '')
| -rw-r--r-- | src/container.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/container.cpp b/src/container.cpp new file mode 100644 index 0000000..00e7cad --- /dev/null +++ b/src/container.cpp | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #include "neural/container.h" | ||
| 2 | |||
| 3 | template class Neural::Container<float>; | ||
| 4 | template class Neural::Container<double>; | ||
| 5 | template class Neural::Container<long double>; | ||
