TarzaNN
TarzaNN neural network simulator
|
#include "common.h"
#include "Matrix.h"
#include <math.h>
#include "nowarn.h"
#include <QMutex>
#include <QLinkedList>
#include <QTextStream>
Go to the source code of this file.
Classes | |
class | FilterOperation |
class | Filter |
Defines | |
#define | EVEN_FILTERS |
Enumerations | |
enum | { convolutionMirror = 2, convolutionFill = 4, convolutionEdgeExtend = 8 } |
#define EVEN_FILTERS |