• V
    Merge pull request #17858 from vpisarev:dnn_depthwise_conv · 77b01deb
    Vadim Pisarevsky 提交于
    * added depth-wise convolution; gives ~20-30% performance improvement in MobileSSD networks
    
    * hopefully, eliminated compile warnings, errors, as well as failure in one test
    
    * * fixed a few typos
    * decreased buffer size in some cases
    * added more optimal im2row branch in the case of 1x1 convolutions
    * tuned fastConv to reduce the number of passes over arrays
    77b01deb
convolution_layer.cpp 114.1 KB