• Vasilis Vryniotis's avatar
    DeformConv code cleanup (#2905) · 0e5aee46
    Vasilis Vryniotis authored
    * Clean up and refactor DeformConv implementation:
    - Remove primitive const declaration from method names.
    - Passing as const ref instead of value where possible.
    - Aligning method names between cpu and cuda.
    
    * Adding newline.
    
    * Adding back include for cpu.
    
    * Restoring method names of private methods to avoid conflicts.
    
    * Restore include headers.
    0e5aee46
DeformConv_cpu.cpp 28.5 KB