|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/data_type_layer.hpp"#include "lbann/proto/datatype_helpers.hpp"#include "lbann/proto/layers.pb.h"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::instance_norm_layer< TensorDataType, Layout, Device > |
| Normalize over data channels. More... | |
Namespaces | |
| lbann | |
Macros | |
| #define | PROTO_DEVICE(T, Device) |
Functions | |
| lbann::LBANN_DEFINE_LAYER_BUILDER (instance_norm) | |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |
| #define PROTO_DEVICE | ( | T, | |
| Device | |||
| ) |
Definition at line 174 of file instance_norm.hpp.