|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/data_type_layer.hpp"#include "lbann/models/model.hpp"#include "lbann/proto/datatype_helpers.hpp"#include "lbann/proto/layers.pb.h"#include "lbann/utils/memory.hpp"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::embedding_layer< TensorDataType, Layout, Device > |
| Lookup table to vectors of fixed size. More... | |
Namespaces | |
| lbann | |
Macros | |
| #define | PROTO_DEVICE(T, Device) extern template class embedding_layer<T, data_layout::DATA_PARALLEL, Device> |
Functions | |
| lbann::LBANN_DEFINE_LAYER_BUILDER (embedding) | |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |
| #define PROTO_DEVICE | ( | T, | |
| Device | |||
| ) | extern template class embedding_layer<T, data_layout::DATA_PARALLEL, Device> |
Definition at line 313 of file embedding.hpp.