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

Go to the source code of this file.

Classes

class  lbann::fully_connected_layer< TensorDataType, T_layout, Dev >
 Affine transformation. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)
 

Functions

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

Macro Definition Documentation

◆ PROTO_DEVICE

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

Definition at line 159 of file fully_connected.hpp.