Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ mean_array
Function
mean_array
yolo_detector/darknet_opt/src/utils.c:484–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
float mean_array(float *a, int n)
485
{
486
return sum_array(a,n)/n;
487
}
488
489
void mean_arrays(float **a, int n, int els, float *avg)
490
{
Callers
6
print_statistics
Function · 0.85
variance_array
Function · 0.85
normalize_array
Function · 0.85
print_network
Function · 0.85
generate_vid_rnn
Function · 0.85
calculate_loss
Function · 0.85
Calls
1
sum_array
Function · 0.85
Tested by
no test coverage detected