mirror of
https://github.com/glouw/tinn
synced 2024-11-24 23:39:38 +03:00
extern
This commit is contained in:
parent
de6f6f8aca
commit
aac310890d
6
Tinn.h
6
Tinn.h
@ -12,10 +12,10 @@ typedef struct
|
||||
}
|
||||
Tinn;
|
||||
|
||||
double xttrain(Tinn, double* in, double* tg, double rate);
|
||||
extern double xttrain(Tinn, double* in, double* tg, double rate);
|
||||
|
||||
Tinn xtbuild(int nips, int nops, int nhid);
|
||||
extern Tinn xtbuild(int nips, int nops, int nhid);
|
||||
|
||||
void xtfree(Tinn);
|
||||
extern void xtfree(Tinn);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user