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
Arm backend: Add index_tensor/index_select to unsupported u55 operators
index_tensor and index_select both become a GATHER Tosa operators, which
is not support on U55.
Add test cases for U55 for these operators. The test cases verify that
the ops do not get delegated.
Signed-off-by: Sebastian Larsson <[email protected]>
Change-Id: Idfbf7d57a38692285afd63d112880fe287f1620f
0 commit comments