def im2col_sliding(*args): """ im2col_sliding(Matrix<(double)> A, Matrix<(double)> B, int m, int n, bool RGB) im2col_sliding(Matrix<(float)> A, Matrix<(float)> B, int m, int n, bool RGB) """ return _spams_wrap.im2col_sliding(*args)
def im2col_sliding(*args) -> "void": """ im2col_sliding(Matrix< double > * A, Matrix< double > * B, int m, int n, bool RGB) im2col_sliding(Matrix< float > * A, Matrix< float > * B, int m, int n, bool RGB) """ return _spams_wrap.im2col_sliding(*args)
def im2col_sliding(*args): """ im2col_sliding(Matrix< double > * A, Matrix< double > * B, int m, int n, bool RGB) im2col_sliding(Matrix< float > * A, Matrix< float > * B, int m, int n, bool RGB) """ return _spams_wrap.im2col_sliding(*args)