• Yashas Samaga B L's avatar
    Merge pull request #16092 from YashasSamaga:cuda4dnn-conv-act-fuse · 17c485eb
    Yashas Samaga B L authored
    cuda4dnn: fuse activations with convolutions
    
    * fuse ReLU, ReLU6, TanH, Sigmoid with conv
    
    * fix OpenCL errors
    
    * improve ReLU, add power, swish and mish
    
    * fix missing fusion entries
    
    * fix handling of unsetAttached
    
    * remove whole file indentation
    
    * optimize power = 1.0, use IDENTITY instead of NONE
    
    * handle edge case: change backend and then clear
    17c485eb
Name
Last commit
Last update
..
activation.hpp Loading commit data...
batch_norm.hpp Loading commit data...
concat.hpp Loading commit data...
const.hpp Loading commit data...
convolution.hpp Loading commit data...
crop_and_resize.hpp Loading commit data...
eltwise.hpp Loading commit data...
inner_product.hpp Loading commit data...
lrn.hpp Loading commit data...
max_unpooling.hpp Loading commit data...
normalize_bbox.hpp Loading commit data...
padding.hpp Loading commit data...
permute.hpp Loading commit data...
pooling.hpp Loading commit data...
prior_box.hpp Loading commit data...
region.hpp Loading commit data...
reorg.hpp Loading commit data...
reshape.hpp Loading commit data...
resize.hpp Loading commit data...
scale_shift.hpp Loading commit data...
shuffle_channel.hpp Loading commit data...
slice.hpp Loading commit data...
softmax.hpp Loading commit data...
split.hpp Loading commit data...
transpose_convolution.hpp Loading commit data...