Joseph Redmon
2015-08-02 f11480833d19c0a7e9e1f7b45a19ba5bb5d63666
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;