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

Go to the source code of this file.

Classes

class  lbann::channelwise_scale_bias_layer< TensorDataType, Layout, Device >
 Apply per-channel scale and bias. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)
 

Functions

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

Macro Definition Documentation

◆ PROTO_DEVICE

#define PROTO_DEVICE (   T,
  Device 
)
Value:
extern template class channelwise_scale_bias_layer< \
T, \
data_layout::DATA_PARALLEL, \
Device>;

Definition at line 210 of file channelwise_scale_bias.hpp.