|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/data_type_layer.hpp"#include "lbann/layers/layer.hpp"#include "lbann/models/model.hpp"#include "lbann/proto/datatype_helpers.hpp"#include "lbann/proto/layers.pb.h"#include "lbann/trainers/trainer.hpp"#include "lbann/utils/exception.hpp"#include "lbann/utils/protobuf.hpp"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::slice_layer< TensorDataType, Layout, Device > |
| Slice tensor along a specified dimension. More... | |
Namespaces | |
| lbann | |
Macros | |
| #define | PROTO_DEVICE(T, Device) |
Functions | |
| template<typename TensorDataType , El::Device Device> | |
| void | lbann::fp_setup_outputs_impl (slice_layer< TensorDataType, data_layout::MODEL_PARALLEL, Device > &l) |
| template<typename TensorDataType , El::Device Device> | |
| void | lbann::fp_setup_outputs_impl (slice_layer< TensorDataType, data_layout::DATA_PARALLEL, Device > &l) |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |