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

Go to the source code of this file.

Namespaces

 lbann
 

Macros

#define LBANN_ENABLE_SIGMOID_CUTOFF
 

Functions

 lbann::LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR (LogSigmoid, "log sigmoid", true)
 
 lbann::LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR (Selu, "SELU", true)
 
 lbann::LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR (Sigmoid, "sigmoid", true)
 
 lbann::LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR (Softplus, "softplus", true)
 
 lbann::LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR (Softsign, "softsign", true)
 

Macro Definition Documentation

◆ LBANN_ENABLE_SIGMOID_CUTOFF

#define LBANN_ENABLE_SIGMOID_CUTOFF

Definition at line 72 of file activations.hpp.