BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Functions
bc::nn::functions Namespace Reference

Functions

bool is_a_ge_zero_and_a_lt_b (int a, int b)
 
template<typename Dtype >
void im2col (bc::host_tag, const Dtype *data_im, 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, Dtype *data_col)
 
template<typename Dtype >
void col2im (bc::host_tag, const Dtype *data_im, 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, Dtype *data_col)
 

Function Documentation

◆ col2im()

template<typename Dtype >
void bc::nn::functions::col2im ( bc::host_tag  ,
const Dtype *  data_im,
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,
Dtype *  data_col 
)

◆ im2col()

template<typename Dtype >
void bc::nn::functions::im2col ( bc::host_tag  ,
const Dtype *  data_im,
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,
Dtype *  data_col 
)

◆ is_a_ge_zero_and_a_lt_b()

bool bc::nn::functions::is_a_ge_zero_and_a_lt_b ( int  a,
int  b 
)
inline