diff options
| author | Ahmed Taei <ataei@google.com> | 2021-06-30 16:03:19 -0700 |
|---|---|---|
| committer | Ahmed Taei <ataei@google.com> | 2021-07-01 12:41:08 -0700 |
| commit | 0516f49c081590305a9db972ebc7fceb942b8ce3 (patch) | |
| tree | 6ba0a7693b8d606b70a30ad9729bac168e27fde3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | e86fe368db11e43b4b7e84065ba5e8439fc24840 (diff) | |
Add linalg.mmt4d named op
This op performs matrix-matrix-transpose multiplication of 4-d inputs as the following:
```
C[m1, n1, m0, n0] = sum_{k1, k0}(A[m1, k1, m0, k0] * B[n1, k1, n0, k0])
```
Reviewed By: Benoit
Differential Revision: https://reviews.llvm.org/D105244
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
