BriefGPT.xyz
Jul, 2019
间接卷积算法
The Indirect Convolution Algorithm
HTML
PDF
Marat Dukhan
TL;DR
使用Indirect Convolution算法实现卷积操作,避免了传统GEMM算法中需要进行im2col转换所带来的数据重排和内存开销,并可以适用于更大的卷积核、填充、步幅和膨胀率。
Abstract
deep learning
frameworks commonly implement
convolution
operators with
gemm-based algorithms
. In these algorithms,
→