LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
rowwise_weights_norms.hpp File Reference
Include dependency graph for rowwise_weights_norms.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::rowwise_weights_norms_layer< TensorDataType, Layout, Device >
 L2 norm of each row of a weights matrix. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)
 

Functions

 lbann::PROTO (float)
 
 lbann::PROTO (double)
 

Macro Definition Documentation

◆ PROTO_DEVICE

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

Definition at line 116 of file rowwise_weights_norms.hpp.