executorch icon indicating copy to clipboard operation
executorch copied to clipboard

Add support for upsample_nearest2d op in the Arm backend

Open Tessil opened this issue 4 months ago • 6 comments

Add support for the torch.ops.aten.upsample_nearest2d.vec operator in the Arm backend.

The torch.ops.aten.upsample_nearest2d.vec operator is added to the operators to not decompose so that it can directly be legalized to a tosa.resize operator.

Change-Id: Id0b742214e5432957b2f573b4218f09a4d9734e4

Tessil avatar Sep 30 '24 14:09 Tessil