MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / sec

Function sec

yolo_detector/darknet_opt/src/utils.c:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229float sec(clock_t clocks)
230{
231 return (float)clocks/CLOCKS_PER_SEC;
232}
233
234void top_k(float *a, int n, int k, int *index)
235{

Callers 15

time_gpuFunction · 0.85
train_regressorFunction · 0.85
predict_regressorFunction · 0.85
train_tagFunction · 0.85
test_tagFunction · 0.85
train_captchaFunction · 0.85
train_yoloFunction · 0.85
test_yoloFunction · 0.85
train_cocoFunction · 0.85
test_cocoFunction · 0.85
train_voxelFunction · 0.85
test_voxelFunction · 0.85

Calls

no outgoing calls

Tested by 10

test_tagFunction · 0.68
test_yoloFunction · 0.68
test_cocoFunction · 0.68
test_voxelFunction · 0.68
test_cifarFunction · 0.68
test_superFunction · 0.68
test_dcganFunction · 0.68
test_lsdFunction · 0.68
test_writingFunction · 0.68
test_classifierFunction · 0.68