|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/data_readers/metadata.hpp"#include "lbann/data_readers/utils/input_data_type.hpp"#include "lbann/layers/data_type_layer.hpp"#include "lbann/utils/distconv.hpp"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::input_layer< TensorDataType, T_layout, Dev > |
| Interface with data reader. More... | |
Namespaces | |
| lbann | |
Macros | |
| #define | PROTO_DEVICE(T, Device) extern template class input_layer<T, data_layout::DATA_PARALLEL, Device> |
Functions | |
| lbann::LBANN_DEFINE_LAYER_BUILDER (input) | |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |
| #define PROTO_DEVICE | ( | T, | |
| Device | |||
| ) | extern template class input_layer<T, data_layout::DATA_PARALLEL, Device> |
Definition at line 213 of file input_layer.hpp.