SNABSuite  0.x
Spiking Neural Architecture Benchmark Suite
Public Member Functions | Static Public Member Functions | List of all members
MNIST::NoConstraint Class Reference

Constraint for weights in neural network: No constraint. More...

#include <mnist_mlp.hpp>

Public Member Functions

void setup (std::vector< cypress::Matrix< Real >> &)
 

Static Public Member Functions

static void constrain_weights (std::vector< cypress::Matrix< Real >> &)
 

Detailed Description

Constraint for weights in neural network: No constraint.

Definition at line 135 of file mnist_mlp.hpp.

Member Function Documentation

static void MNIST::NoConstraint::constrain_weights ( std::vector< cypress::Matrix< Real >> &  )
inlinestatic

Definition at line 137 of file mnist_mlp.hpp.

138  {
139  }
void MNIST::NoConstraint::setup ( std::vector< cypress::Matrix< Real >> &  )
inline

Definition at line 141 of file mnist_mlp.hpp.

141 {}

The documentation for this class was generated from the following file: