• Eugene Liu's avatar
    Add DCN and Modulated DCN CPU implementation (#1278) · e621e08d
    Eugene Liu authored
    * DCN cpu version
    
    * add modulated dcn cpu version
    
    * move deform_conv_shape_check to deform conv utils
    
    * add inline to deform_conv_shape_check
    
    * add tests
    
    * run linter
    
    * add newline at file end
    
    * run pre-commit against modulated deform conv cpp
    
    * update saconv test
    
    * run clang-format
    
    * remove cuda device inline
    
    * refactor dcn cuda/cpu functions
    
    * remove DCN util
    
    * remove DCN util hpp from all included files
    
    * Addressing PR comment by refactoring modulated-DCN
    
    * fix lint in cpp files
    e621e08d
test_deform_conv.py 6.54 KB