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

Go to the source code of this file.

Classes

class  lbann::unpooling_layer< TensorDataType, T_layout, Dev >
 Transpose of pooling layer. More...
 

Namespaces

 lbann
 

Macros

#define PROTO(T)
 
#define LBANN_INSTANTIATE_CPU_HALF
 

Functions

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

Macro Definition Documentation

◆ LBANN_INSTANTIATE_CPU_HALF

#define LBANN_INSTANTIATE_CPU_HALF

Definition at line 283 of file unpooling.hpp.

◆ PROTO

#define PROTO (   T)
Value:
extern template class unpooling_layer<T, \
data_layout::DATA_PARALLEL, \
El::Device::CPU>

Definition at line 278 of file unpooling.hpp.