• 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
..
activations.hpp Loading commit data...
bias_activation.hpp Loading commit data...
concat.hpp Loading commit data...
crop_and_resize.hpp Loading commit data...
eltwise_ops.hpp Loading commit data...
fill.hpp Loading commit data...
max_unpooling.hpp Loading commit data...
normalize.hpp Loading commit data...
padding.hpp Loading commit data...
permute.hpp Loading commit data...
prior_box.hpp Loading commit data...
region.hpp Loading commit data...
resize.hpp Loading commit data...
scale_shift.hpp Loading commit data...
slice.hpp Loading commit data...