|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <functional>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| struct | lbann::enum_hash< T > |
| Hash function for enumeration type. More... | |
| struct | lbann::pair_hash< T1, T2, Hash1, Hash2 > |
Hash function for std::pair. More... | |
Namespaces | |
| lbann | |
Functions | |
| template<class T , class Hash = std::hash<T>> | |
| std::size_t | lbann::hash_combine (std::size_t seed, const T &val) |
| Combine two hash values. More... | |