LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
layer_norm.hpp File Reference
#include "lbann/layers/data_type_layer.hpp"
#include "lbann/layers/layer.hpp"
#include "lbann/models/model.hpp"
#include "lbann/proto/datatype_helpers.hpp"
#include "lbann/proto/layers.pb.h"
#include <memory>
#include "lbann/macros/instantiate_device.hpp"
Include dependency graph for layer_norm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::layer_norm_layer< TensorDataType, Layout, Device >
 Normalize over data samples. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)
 

Functions

 lbann::LBANN_DEFINE_LAYER_BUILDER (layer_norm)
 
 lbann::PROTO (float)
 
 lbann::PROTO (double)
 

Macro Definition Documentation

◆ PROTO_DEVICE

#define PROTO_DEVICE (   T,
  Device 
)
Value:
extern template class layer_norm_layer<T, \
data_layout::DATA_PARALLEL, \
Device>; \
extern template class layer_norm_layer<T, data_layout::MODEL_PARALLEL, Device>

Definition at line 333 of file layer_norm.hpp.