LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
matrix_builder.hpp File Reference
#include "lbann/base.hpp"
#include "lbann/utils/memory.hpp"
#include <memory>
#include <type_traits>
Include dependency graph for matrix_builder.hpp:

Go to the source code of this file.

Classes

class  lbann::details::MatrixBuilder< T >
 
class  lbann::details::DefaultMemoryMatrixBuilder< T, L, D >
 

Namespaces

 lbann
 
 lbann::details
 
 lbann::details::meta
 

Typedefs

template<bool B, typename T , typename F >
using lbann::details::meta::IfThenElse = typename std::conditional< B, T, F >::type