LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
declare_stateless_op.hpp File Reference
#include "lbann/operators/elementwise_operator.hpp"
#include "lbann/operators/operator.hpp"
#include "lbann/utils/cloneable.hpp"
#include "lbann/proto/operators.pb.h"
Include dependency graph for declare_stateless_op.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LBANN_DECLARE_STATELESS_OPERATOR(OP_NAME, OP_STRING, NEEDS_PREVACTS)
 
#define LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR(OP_NAME, OP_STRING, NEEDS_PREVACTS)
 

Macro Definition Documentation

◆ LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR

#define LBANN_DECLARE_STATELESS_ELEMENTWISE_OPERATOR (   OP_NAME,
  OP_STRING,
  NEEDS_PREVACTS 
)

Definition at line 84 of file declare_stateless_op.hpp.

◆ LBANN_DECLARE_STATELESS_OPERATOR

#define LBANN_DECLARE_STATELESS_OPERATOR (   OP_NAME,
  OP_STRING,
  NEEDS_PREVACTS 
)

Definition at line 37 of file declare_stateless_op.hpp.