SIGN IN SIGN UP

Arm backend: Add TOSA support for any.default, any.dim and any.dims

1. Implement a pass ConvertAnyDefaultDimDimsPass to decompose
   any.default, any.dim and any.dims into a sequence of any.dim
   with keepdim=True and a squeeze_copy.dims if needed

2. Implement a NodeVisitor to lower any.dim to REDUCE_ANY in TOSA

3. Fix the failures in https://github.com/pytorch/executorch/pull/9128

Change-Id: Ifb6672f2c017cd7365e76319795290a36909657c
Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
Y
Yufeng Shi committed
28a89542e2ce59729e0fd775b171b1d7119e0422
Parent: 42d3952
Committed by Per Åstrand <per@users.noreply.github.com> on 3/13/2025, 1:29:42 PM