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

Go to the source code of this file.

Classes

class  lbann::input_layer< TensorDataType, T_layout, Dev >
 Interface with data reader. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)   extern template class input_layer<T, data_layout::DATA_PARALLEL, Device>
 

Functions

 lbann::LBANN_DEFINE_LAYER_BUILDER (input)
 
 lbann::PROTO (float)
 
 lbann::PROTO (double)
 

Macro Definition Documentation

◆ PROTO_DEVICE

#define PROTO_DEVICE (   T,
  Device 
)    extern template class input_layer<T, data_layout::DATA_PARALLEL, Device>

Definition at line 213 of file input_layer.hpp.