You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: modify aten_bilinear from einsum to matmul (#2746)
#### What this does
- Replaces Bilinear Transformation's einsum implementation with matmul
#### Why
- Performance increase from MatMul over Einsum
#### Testing
- Existing tests pass for function implementation
Resolves#2573
0 commit comments