Searched defs:topo (Results 1 – 5 of 5) sorted by relevance
/external/libopus/src/ |
D | mlp_train.c | 46 MLPTrain * mlp_init(int *topo, int nbLayers, float *inputs, float *outputs, int nbSamples) in mlp_init() 116 int *topo; in compute_gradient() local 206 int *topo = arg->net->topo; in gradient_thread_process() local 231 int *topo; in mlp_train_backprop() local 471 int topo[3] = {nbInputs, nbHidden, nbOutputs}; in main() local
|
D | mlp_data.c | 103 static const int topo[3] = {25, 15, 2}; variable
|
D | mlp.h | 35 const int *topo; member
|
D | mlp_train.h | 79 int *topo; member
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3collections.c | 2286 pANTLR3_TOPO topo = (pANTLR3_TOPO)ANTLR3_MALLOC(sizeof(ANTLR3_TOPO)); in antlr3TopoNew() local 2316 addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency) in addEdge() 2415 DFS(pANTLR3_TOPO topo, ANTLR3_UINT32 node) in DFS() 2523 sortToArray (pANTLR3_TOPO topo) in sortToArray() 2591 sortVector (pANTLR3_TOPO topo, pANTLR3_VECTOR v) in sortVector() 2692 freeTopo (pANTLR3_TOPO topo) in freeTopo()
|