Joseph Redmon
2016-06-25 cf32e7e9b843560eb7ec3ed16e5b19f0f7156724
src/col2im.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <math.h>
inline void col2im_add_pixel(float *im, int height, int width, int channels,
void col2im_add_pixel(float *im, int height, int width, int channels,
                        int row, int col, int channel, int pad, float val)
{
    row -= pad;