#include "im2col.h"
#include <stdio.h>
Go to the source code of this file.
Functions |
void | im2col_cpu (float *data_im, int channels, int height, int width, int ksize, int stride, int pad, float *data_col) |
float | im2col_get_pixel (float *im, int height, int width, int channels, int row, int col, int channel, int pad) |
Function Documentation
void im2col_cpu |
( |
float * |
data_im, |
|
|
int |
channels, |
|
|
int |
height, |
|
|
int |
width, |
|
|
int |
ksize, |
|
|
int |
stride, |
|
|
int |
pad, |
|
|
float * |
data_col |
|
) |
| |
float im2col_get_pixel |
( |
float * |
im, |
|
|
int |
height, |
|
|
int |
width, |
|
|
int |
channels, |
|
|
int |
row, |
|
|
int |
col, |
|
|
int |
channel, |
|
|
int |
pad |
|
) |
| |