Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ sum_array
Function
sum_array
yolo_detector/darknet_opt/src/utils.c:476–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
float sum_array(float *a, int n)
477
{
478
int i;
479
float sum = 0;
480
for(i = 0; i < n; ++i) sum += a[i];
481
return sum;
482
}
483
484
float mean_array(float *a, int n)
485
{
Callers
7
mean_array
Function · 0.85
sample_array
Function · 0.85
forward_cost_layer
Function · 0.85
forward_cost_layer_gpu
Function · 0.85
backward_bias
Function · 0.85
rescale_weights
Function · 0.85
network_loss_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected