Skip to content

Commit 8c29e3c

Browse files
committed
Update esvm.h
1 parent ad9685b commit 8c29e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/esvm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void psort(float* in, int m, int K, float* out0, int* out1);
9696

9797
//nms
9898
void nms(float *boxes, const int numBoxes, const float overlapThreshold,
99-
int *numPruned, float *pruned);
99+
int *numPruned, float **pruned);
100100

101101
//pipeline
102102
esvmOutput *esvmSIMEWrapper(esvmParameters *params, const char *imageName, esvmModel *model);

0 commit comments

Comments
 (0)