|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/learning/base_convolution.hpp"#include "lbann/utils/distconv.hpp"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::deconvolution_layer< TensorDataType, Layout, Device > |
| Convolution transpose. More... | |
Namespaces | |
| lbann | |
Macros | |
| #define | PROTO_DEVICE(T, Device) |
Functions | |
| lbann::LBANN_DEFINE_LAYER_BUILDER (deconvolution) | |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |
| #define PROTO_DEVICE | ( | T, | |
| Device | |||
| ) |
Definition at line 143 of file deconvolution.hpp.