提交 192a59d1 authored 作者: Ciyong Chen's avatar Ciyong Chen

remove useless init method

上级 0fd05518
...@@ -185,7 +185,6 @@ PyArrayObject* corrMM(PyArrayObject* bottom, ...@@ -185,7 +185,6 @@ PyArrayObject* corrMM(PyArrayObject* bottom,
// Create temporary columns // Create temporary columns
const int max_threads = %(omp_max_threads)s < batchSize ? %(omp_max_threads)s : batchSize; const int max_threads = %(omp_max_threads)s < batchSize ? %(omp_max_threads)s : batchSize;
npy_intp col_dim[3]; npy_intp col_dim[3];
col_dim[0] = (npy_intp)max_threads; col_dim[0] = (npy_intp)max_threads;
col_dim[1] = (npy_intp)(nChannels * kW * kH); col_dim[1] = (npy_intp)(nChannels * kW * kH);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论