|
PLearn 0.1
|
#include "NeuralNetworkARDKernel.h"
Go to the source code of this file.
Namespaces | |
| namespace | PLearn |
< for swap | |
Defines | |
| #define | DUFF_DOTLOOP |
Definition in file NeuralNetworkARDKernel.cc.
| #define DUFF_DOTLOOP |
sigma = *p_inpsigma++; \
dot_x1_x2 += *x1 * *x2 * sigma; \
dot_x1_x1 += *x1 * *x1 * sigma; \
dot_x2_x2 += *x2 * *x2 * sigma; \
++x1; \
++x2;
Definition at line 173 of file NeuralNetworkARDKernel.cc.
Referenced by PLearn::NeuralNetworkARDKernel::computeGramMatrix().
1.7.4