Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
col2im.cpp File Reference
Include dependency graph for col2im.cpp:

Functions

void caffe_set (const int N, const float alpha, float *Y)
 
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)
 
void col2im_cpu_ext (const float *data_col, const int channels, const int height, const int width, const int kernel_h, const int kernel_w, const int pad_h, const int pad_w, const int stride_h, const int stride_w, const int dilation_h, const int dilation_w, float *data_im)
 
static int is_a_ge_zero_and_a_lt_b (int a, int b)
 

Function Documentation

◆ caffe_set()

void caffe_set ( const int  N,
const float  alpha,
float *  Y 
)
Here is the caller graph for this function:

◆ col2im_add_pixel()

void col2im_add_pixel ( float *  im,
int  height,
int  width,
int  channels,
int  row,
int  col,
int  channel,
int  pad,
float  val 
)
Here is the caller graph for this function:

◆ col2im_cpu()

void col2im_cpu ( float *  data_col,
int  channels,
int  height,
int  width,
int  ksize,
int  stride,
int  pad,
float *  data_im 
)
Here is the call graph for this function:

◆ col2im_cpu_ext()

void col2im_cpu_ext ( const float *  data_col,
const int  channels,
const int  height,
const int  width,
const int  kernel_h,
const int  kernel_w,
const int  pad_h,
const int  pad_w,
const int  stride_h,
const int  stride_w,
const int  dilation_h,
const int  dilation_w,
float *  data_im 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ is_a_ge_zero_and_a_lt_b()

static int is_a_ge_zero_and_a_lt_b ( int  a,
int  b 
)
inlinestatic
Here is the caller graph for this function: