Joseph Redmon
2016-03-15 09fd5c8c84eeae711f49d3a52d8bf4b65f43970b
src/im2col.c
@@ -1,6 +1,6 @@
#include "im2col.h"
#include <stdio.h>
inline float im2col_get_pixel(float *im, int height, int width, int channels,
float im2col_get_pixel(float *im, int height, int width, int channels,
                        int row, int col, int channel, int pad)
{
    row -= pad;