mirror of https://github.com/glouw/tinn
doc
This commit is contained in:
parent
9ee52221ca
commit
e92adf34e8
1
Tinn.c
1
Tinn.c
|
@ -197,6 +197,7 @@ void xtfree(const Tinn t)
|
||||||
free(t.o);
|
free(t.o);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Prints an array of floats. Useful for printing predictions.
|
||||||
void xtprint(const float* arr, const int size)
|
void xtprint(const float* arr, const int size)
|
||||||
{
|
{
|
||||||
for(int i = 0; i < size; i++)
|
for(int i = 0; i < size; i++)
|
||||||
|
|
Loading…
Reference in New Issue