• Paul Fultz II's avatar
    Add C++ ability to construct operators by name (#616) · 002eb4e2
    Paul Fultz II authored
    
    
    * Add make_op function
    
    * Formatting
    
    * Add more values
    
    * Formatting
    
    * Remove templates parse_conv functions
    
    * Formatting
    
    * Remove mat_mul template
    
    * Formatting
    
    * Reduce header includes
    
    * Fix compiling for gpu
    
    * Formatting
    
    * Use make_op in lowering
    
    * Formatting
    
    * Sort lines
    
    * Formatting
    
    * Add more tests
    
    * Formatting
    
    * Fix tidy error
    
    * Formatting
    
    * Add const refs
    
    * Add explicit this
    
    * Add more const refs
    
    * Sort the program
    
    * Remove commented out code
    
    * Formatting
    
    * Infer gpu prefix
    
    * Formatting
    Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
    002eb4e2
onnx.cpp 103 KB