This commit is contained in:
Gustav Louw 2018-04-11 09:38:24 -07:00
parent 9ee52221ca
commit e92adf34e8
1 changed files with 1 additions and 0 deletions

1
Tinn.c
View File

@ -197,6 +197,7 @@ void xtfree(const Tinn t)
free(t.o);
}
// Prints an array of floats. Useful for printing predictions.
void xtprint(const float* arr, const int size)
{
for(int i = 0; i < size; i++)