|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/layers/data_type_layer.hpp"#include "lbann/macros/instantiate.hpp"#include "lbann/macros/instantiate_device.hpp"Go to the source code of this file.
Classes | |
| class | lbann::abstract_evaluation_layer< TensorDataType > |
| Interface with objective function and metrics. More... | |
| class | lbann::evaluation_layer< TensorDataType, T_layout, Dev > |
Namespaces | |
| lbann | |
Macros | |
| #define | PROTO(T) extern template class abstract_evaluation_layer<T> |
| #define | LBANN_INSTANTIATE_CPU_HALF |
| #define | LBANN_INSTANTIATE_GPU_HALF |
| #define | PROTO_DEVICE(T, Device) |
Functions | |
| lbann::PROTO (float) | |
| lbann::PROTO (double) | |
| #define LBANN_INSTANTIATE_CPU_HALF |
Definition at line 170 of file evaluation.hpp.
| #define LBANN_INSTANTIATE_GPU_HALF |
Definition at line 171 of file evaluation.hpp.
| #define PROTO | ( | T | ) | extern template class abstract_evaluation_layer<T> |
Definition at line 168 of file evaluation.hpp.
| #define PROTO_DEVICE | ( | T, | |
| Device | |||
| ) |
Definition at line 177 of file evaluation.hpp.