|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/data_type_layer.hpp"#include "lbann/proto/datatype_helpers.hpp"#include "lbann/utils/dnn_enums.hpp"#include "lbann/proto/layers.pb.h"#include "lbann/utils/dnn_lib/softmax.hpp"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::softmax_layer< TensorDataType, Layout, Device > |
Namespaces | |
| lbann | |
Macros | |
| #define | LBANN_ENABLE_SOFTMAX_THRESHOLD |
| #define | PROTO_DEVICE(T, Device) |
Functions | |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |
| #define LBANN_ENABLE_SOFTMAX_THRESHOLD |
Definition at line 52 of file layers/activations/softmax.hpp.
| #define PROTO_DEVICE | ( | T, | |
| Device | |||
| ) |
Definition at line 265 of file layers/activations/softmax.hpp.