LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
categorical_random.hpp File Reference
Include dependency graph for categorical_random.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::categorical_random_layer< TensorDataType, T_layout, Dev >
 Random categorical outputs. More...
 

Namespaces

 lbann
 

Macros

#define PROTO(T)
 
#define LBANN_INSTANTIATE_CPU_HALF
 

Functions

 lbann::PROTO (float)
 
 lbann::PROTO (double)
 

Macro Definition Documentation

◆ LBANN_INSTANTIATE_CPU_HALF

#define LBANN_INSTANTIATE_CPU_HALF

Definition at line 95 of file categorical_random.hpp.

◆ PROTO

#define PROTO (   T)
Value:
extern template class categorical_random_layer<T, \
data_layout::DATA_PARALLEL, \
El::Device::CPU>

Definition at line 90 of file categorical_random.hpp.