Skip to content

Commit

Permalink
Merge pull request #1218 from jing-vision/master
Browse files Browse the repository at this point in the history
Expose YOLODLL_API void top_k()
  • Loading branch information
AlexeyAB committed Jul 18, 2018
2 parents dfbec7e + 0895708 commit 6682f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void file_error(char *s);
void strip(char *s);
void strip_args(char *s);
void strip_char(char *s, char bad);
void top_k(float *a, int n, int k, int *index);
YOLODLL_API void top_k(float *a, int n, int k, int *index);
list *split_str(char *s, char delim);
char *fgetl(FILE *fp);
list *parse_csv_line(char *line);
Expand Down

0 comments on commit 6682f0b

Please sign in to comment.