|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
Go to the source code of this file.
Classes | |
| class | lbann::lbann_summary |
Namespaces | |
| lbann | |
Typedefs | |
| template<typename T , typename U > | |
| using | lbann::BiggerOf = typename std::conditional<(sizeof(T) > sizeof(U)), T, U >::type |