#include <stdio.h>
#include <math.h>
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 |
|
) |
| |
void col2im_cpu |
( |
float * |
data_col, |
|
|
int |
channels, |
|
|
int |
height, |
|
|
int |
width, |
|
|
int |
ksize, |
|
|
int |
stride, |
|
|
int |
pad, |
|
|
float * |
data_im |
|
) |
| |