LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
operator.hpp File Reference
#include "lbann/base.hpp"
#include "lbann/proto/datatype_helpers.hpp"
#include "lbann/utils/cloneable.hpp"
#include "lbann/utils/describable.hpp"
#include "lbann/utils/exception.hpp"
#include "lbann/utils/protobuf_serializable.hpp"
#include "lbann/utils/tensor.hpp"
#include "lbann/utils/typename.hpp"
#include "lbann/proto/operators.pb.h"
#include <h2/meta/Core.hpp>
#include <h2/meta/TypeList.hpp>
#include <google/protobuf/message.h>
#include <string>
#include <vector>
Include dependency graph for operator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::Operator< InputT, OutputT, D >
 Neural network tensor operation. More...
 

Namespaces

 lbann
 

Typedefs

using lbann::supported_operator_data_type = h2::meta::TL< float, double, El::Complex< float >, El::Complex< double > >