|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/data_type_layer.hpp"#include "lbann/utils/random_number_generators.hpp"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::dropout< TensorDataType, T_layout, Dev > |
| Probabilistically drop layer outputs. More... | |
Namespaces | |
| lbann | |
Macros | |
| #define | PROTO_DEVICE(T, Device) |
Typedefs | |
| template<typename T , data_layout L, El::Device D> | |
| using | lbann::dropout_layer = dropout< T, L, D > |
Functions | |
| lbann::LBANN_DEFINE_LAYER_BUILDER (dropout) | |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |
| #define PROTO_DEVICE | ( | T, | |
| Device | |||
| ) |
Definition at line 252 of file layers/regularizers/dropout.hpp.