executorch
executorch copied to clipboard
Add support for upsample_nearest2d op in the Arm backend
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