BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
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) |
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 | ||
) |
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 | ||
) |
|
inline |