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

Go to the source code of this file.

Classes

class  lbann::selu_dropout< TensorDataType, T_layout, Dev >
 Scaled dropout for use with SELU activations. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)
 

Functions

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

Macro Definition Documentation

◆ PROTO_DEVICE

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

Definition at line 123 of file selu_dropout.hpp.