• S
    matmul+activation fuse pass (#43519) · 3333a439
    Sławomir Siwek 提交于
    * add method for post ops
    
    * format code
    
    * gpd
    
    * format style
    
    * add matmul+act test
    
    * implement matmul+activation
    
    * whitespaces
    
    * code style
    
    * python code format
    
    * Increase UT timeout
    
    * code format
    
    * update style
    
    * generalize activation fuse passes
    
    * change order
    
    * Unify activation GPD
    
    * Revert changes with op_act
    
    * remove softmax mkldnn attrs
    
    * set common name for act attributes
    
    * whitespace
    
    * append postops by helper function
    
    * ut style
    
    * revert changes related to quantization
    
    * Reduce redundancy
    
    * reduce number of parameters
    
    * trigger CI
    
    * validate attribute
    
    * trim unit test
    3333a439
matmul_mkldnn_op.cc 26.7 KB