• S
    FC+elementwise_add (residual connection) (#41776) · 92d8d0bc
    Sławomir Siwek 提交于
    * Change tensor name to match activation
    
    * declare fc_eltwise_add pass
    
    * merge conv_eltwise refactor PR
    
    * first compilable draft
    
    * unittest feedback tools
    
    * Fuse pass tester
    
    * Move IsReachable() to shared file
    
    * 100% coverage of fuse_pass_tester.cc
    
    * register pass
    
    * Add bias node
    
    * Improve unit tests / remove bias node from pattern
    
    * improve fc_eltwiseadd_unittest
    
    * cancel eltwise_add fuse if act is already fused
    
    * Add elementwise_input scale
    
    * Residual MVP
    
    * Add new FC attrs
    
    * Add more test cases
    
    * Add missing op attrs
    
    * Adapt code to new Elementwise pattern
    
    * reuse existing fcpattern
    
    * improve code style
    
    * remove unused arguments
    
    * fix typo
    
    * remove whitespace
    
    * remove int8 related code
    
    * Remove attributes from base ops
    
    * style
    
    * style check
    
    * Remove input from base op
    
    * Set attribute during fuse
    
    * ut timeout
    
    * download and test model
    
    * DRY
    
    * apply feedback from review
    
    * Style check
    
    * fix typo
    
    * cosmetic changes
    
    * explicitly set residual as output
    
    * VIT-OCR accuracy check
    
    * trigger CI
    
    * remove whitespaces
    
    * fix missing data file
    92d8d0bc
analyzer_bert_tester.cc 7.4 KB