• M
    Fuse Convolution and Eltwise Add into MKLDNN's Conv+Bias (#12669) · cd32ddac
    Michał Gallus 提交于
    * Fuse Convolution and Eltwise Add into Conv+Bias
    
    * Reduce bias branching at conv_mkldnn_op
    
    * Add MKLDNN build checks for Conv Bias
    
    * Conv-bias: check if bias input exist befor assignment
    
    * Conv-bias: Remove Bias dim check from infershape
    
    It was causing conv3d test to crash upon\ncalling HasInput(Bias)
    cd32ddac
conv_mkldnn_op.cc 26.7 KB