Functions
col2im.c File Reference
#include <stdio.h>
#include <math.h>
Include dependency graph for col2im.c:

Go to the source code of this file.

Functions

void col2im_add_pixel (float *im, int height, int width, int channels, int row, int col, int channel, int pad, float val)
void col2im_cpu (float *data_col, int channels, int height, int width, int ksize, int stride, int pad, float *data_im)

Function Documentation

void col2im_add_pixel ( float *  im,
int  height,
int  width,
int  channels,
int  row,
int  col,
int  channel,
int  pad,
float  val 
)

Definition at line 3 of file col2im.c.

void col2im_cpu ( float *  data_col,
int  channels,
int  height,
int  width,
int  ksize,
int  stride,
int  pad,
float *  data_im 
)

Definition at line 14 of file col2im.c.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31