BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Namespaces | Functions
im2col.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::nn
 
 bc::nn::functions
 

Functions

bool bc::nn::functions::is_a_ge_zero_and_a_lt_b (int a, int b)
 
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)
 
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)