Searched refs:nbLayers (Results 1 - 2 of 2) sorted by relevance

/external/libopus/src/
H A Dmlp_train.c46 MLPTrain * mlp_init(int *topo, int nbLayers, float *inputs, float *outputs, int nbSamples) argument
52 net->topo = malloc(nbLayers*sizeof(net->topo[0]));
53 for (i=0;i<nbLayers;i++)
56 outDim = topo[nbLayers-1];
58 net->weights = malloc((nbLayers-1)*sizeof(net->weights));
59 net->best_weights = malloc((nbLayers-1)*sizeof(net->weights));
60 for (i=0;i<nbLayers-1;i++)
100 std = 1/sqrt(topo[nbLayers-2]);
101 net->weights[nbLayers-2][j*(topo[nbLayers
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 301 milliseconds