LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
weights_proxy.hpp File Reference
#include "lbann_config.hpp"
#include "lbann/base.hpp"
#include "lbann/weights/data_type_weights.hpp"
#include "lbann/weights/weights.hpp"
Include dependency graph for weights_proxy.hpp:
This graph shows which files directly or indirectly include this file:

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 >
 

Macro Definition Documentation

◆ LBANN_DEBUG_ASSERT_POINTER

#define LBANN_DEBUG_ASSERT_POINTER (   ptr)

Definition at line 44 of file weights_proxy.hpp.

◆ LBANN_IN_DEBUG_MODE

#define LBANN_IN_DEBUG_MODE   false

Definition at line 45 of file weights_proxy.hpp.