LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
operator_factory.hpp File Reference
#include "lbann/operators/operator.hpp"
#include "lbann/utils/factory.hpp"
#include <string>
Include dependency graph for operator_factory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 lbann
 
 lbann::proto
 

Typedefs

template<typename InT , typename OutT , El::Device D>
using lbann::proto::OperatorFactory = generic_factory< Operator< InT, OutT, D >, std::string, generate_builder_type< Operator< InT, OutT, D >, lbann_data::Operator const & > >
 

Functions

template<typename InT , typename OutT , El::Device D>
OperatorFactory< InT, OutT, D > & lbann::proto::get_operator_factory ()
 Access the global operator factory for these types. More...