MCPcopy 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
484float mean_array(float *a, int n)
485{
486 return sum_array(a,n)/n;
487}
488
489void mean_arrays(float **a, int n, int els, float *avg)
490{

Callers 6

print_statisticsFunction · 0.85
variance_arrayFunction · 0.85
normalize_arrayFunction · 0.85
print_networkFunction · 0.85
generate_vid_rnnFunction · 0.85
calculate_lossFunction · 0.85

Calls 1

sum_arrayFunction · 0.85

Tested by

no test coverage detected