Searched refs:rnnspectype (Results 1 – 2 of 2) sorted by relevance
64 struct rnnspectype **spectypes;132 struct rnnspectype *spectype;228 struct rnnspectype { struct241 struct rnnspectype *rnn_findspectype (struct rnndb *db, const char *name); argument
256 struct rnnspectype *res = calloc (sizeof *res, 1); in parsespectype()1161 struct rnnspectype *st = rnn_findspectype (db, ti->name); in preptypeinfo()1314 static void prepspectype(struct rnndb *db, struct rnnspectype *st) { in prepspectype()1354 struct rnnspectype *rnn_findspectype (struct rnndb *db, const char *name) { in rnn_findspectype()