mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
working stuffs
This commit is contained in:
@ -243,6 +243,7 @@ void scale_array(float *a, int n, float s)
|
||||
a[i] *= s;
|
||||
}
|
||||
}
|
||||
|
||||
int max_index(float *a, int n)
|
||||
{
|
||||
if(n <= 0) return -1;
|
||||
|
Reference in New Issue
Block a user