• S
    Offload calculations from matmul op to fuse pass (#44941) · acb78ea2
    Sławomir Siwek 提交于
    * remove v2_transpose_reshape
    
    * matmul_transpose_reshape
    
    * reshape_transpose_matmul
    
    * Add int8 support for matmulV2
    
    * restore ut
    
    * adjust old ut
    
    * restore parallel UT ruels
    
    * remove mkldnn code from base ops
    
    * move enforces to pass
    
    * remove duplicated functions
    
    * delete duplicated enforces
    
    * feedback from review
    
    * add comments to variables
    
    * enable eltwise support
    
    * dynamic attribute
    
    * remove fusepass tests from op test
    
    * remove fuse pass cases from op test
    
    * revert introduction of dynamic attributes
    
    * style
    Co-authored-by: Nwozna <joanna.wozna@intel.com>
    acb78ea2
matmul_transpose_reshape_mkldnn_fuse_pass.cc 6.1 KB