LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
operator_layer.hpp File Reference
#include "lbann/layers/data_type_layer.hpp"
#include "lbann/layers/layer.hpp"
#include "lbann/operators/operator.hpp"
#include "lbann/utils/describable.hpp"
#include "lbann/utils/tensor.hpp"
#include <algorithm>
#include <cereal/access.hpp>
#include <memory>
#include <vector>
Include dependency graph for operator_layer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::OperatorLayer< InputT, OutputT, Layout, D >
 Layer composed of one or more operator objects. More...
 

Namespaces

 lbann
 

Functions

template<typename InputT , typename OutputT , data_layout Layout, El ::Device Device>
std::unique_ptr< Layer > lbann::build_operator_layer_from_pbuf (lbann_comm *, lbann_data::Layer const &)