|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann_config.hpp"#include "lbann/base.hpp"#include "lbann/weights/data_type_weights.hpp"#include "lbann/weights/weights.hpp"Go to the source code of this file.
Classes | |
| class | lbann::WeightsProxy< TensorDataType > |
| Proxy a weights object as a different data type. More... | |
Namespaces | |
| lbann | |
Macros | |
| #define | LBANN_DEBUG_ASSERT_POINTER(ptr) |
| #define | LBANN_IN_DEBUG_MODE false |
Typedefs | |
| template<typename TensorDataType > | |
| using | lbann::weights_proxy = WeightsProxy< TensorDataType > |
| #define LBANN_DEBUG_ASSERT_POINTER | ( | ptr | ) |
Definition at line 44 of file weights_proxy.hpp.
| #define LBANN_IN_DEBUG_MODE false |
Definition at line 45 of file weights_proxy.hpp.