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

Go to the source code of this file.

Classes

class  lbann::deconvolution_layer< TensorDataType, Layout, Device >
 Convolution transpose. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)
 

Functions

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

Macro Definition Documentation

◆ PROTO_DEVICE

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

Definition at line 143 of file deconvolution.hpp.