• Tomasz Socha's avatar
    [FUSED] Add new MatMul fused operator (#3330) · 7df89837
    Tomasz Socha authored
    * Move required reshape helpers to builders
    
    * Remove warning from matmul_factory
    
    * Rid off onnx dependency from matmul factory
    
    * Move malmul_factory into builders
    
    * Add implementation of fused MatMul
    
    * Add MatMul to serializer
    
    * Add type_prop tests
    
    * Remove reference.
    
    * Make more metods private
    
    * Use protected instead of private
    
    * Fix compilation issues
    
    * Change construction of matmul_factory in matmul op
    
    * Add MatMul operator into switch of is_supported_impl function
    
    * Change transpose flags from int to bool
    
    * Review Fix I
    
    * Update MatMul op
    
    * Use OutputVector instead of NodeVector in MatmulFactories
    
    * Fix usage of OutputVector
    
    * Convert more shared_ptrs to Outputs
    
    * Fix comments after merge
    
    * Fix comments after merge II
    
    * Fix comments after merge III
    7df89837
matmul.cpp 3.57 KB