Closed ZaccurLi closed 1 month ago
Operator upsample_nearest2d
upsample_nearest2d
New Feature
https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/native_functions.yaml#L12777C6-L12777C7 func: upsample_nearest2d(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor
This PR has some common issue with PR #203
upsample_nearest2d fixed all issues mentioned in PR #203
PTAL @Bowen12992
PR Category
Operator
upsample_nearest2d
Type of Change
New Feature
Description
https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/native_functions.yaml#L12777C6-L12777C7 func: upsample_nearest2d(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor
Issue
Progress
Performance