LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
clamp.hpp File Reference
#include "lbann_config.hpp"
#include "lbann/operators/elementwise_operator.hpp"
#include "lbann/utils/cloneable.hpp"
#include "lbann/proto/operators.pb.h"
#include <h2/meta/Core.hpp>
#include "lbann/macros/instantiate_device.hpp"
Include dependency graph for clamp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::ClampOperator< DataT, D >
 Constrain values to a range. More...
 

Namespaces

 lbann
 

Macros

#define PROTO_DEVICE(T, D)   extern template class ClampOperator<T, D>
 

Functions

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

Macro Definition Documentation

◆ PROTO_DEVICE

#define PROTO_DEVICE (   T,
 
)    extern template class ClampOperator<T, D>

Definition at line 162 of file clamp.hpp.