LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
bilinear_resize.hpp File Reference
#include "lbann/layers/data_type_layer.hpp"
#include "lbann/layers/layer.hpp"
#include "lbann/proto/datatype_helpers.hpp"
#include "lbann/proto/layers.pb.h"
#include "lbann/macros/instantiate_device.hpp"
Include dependency graph for bilinear_resize.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::bilinear_resize_layer< TensorDataType, Layout, Device >
 Resize image with bilinear interpolation. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, Device)
 

Functions

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

Macro Definition Documentation

◆ PROTO_DEVICE

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

Definition at line 105 of file bilinear_resize.hpp.