LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
utils/summary.hpp File Reference
#include "lbann/base.hpp"
#include "lbann/comm.hpp"
#include <string>
#include <vector>
Include dependency graph for utils/summary.hpp:
This graph shows which files directly or indirectly include this file:

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