pytorch
7763c127 - [PyTorch] move aten::dict to lite interpreter (#52032)

Commit
3 years ago
[PyTorch] move aten::dict to lite interpreter (#52032) Summary: As title, this operator is needed by [DeepLabV3 model](https://pytorch.org/tutorials/beginner/deeplabv3_on_android.html) used in Image Segmentation. Pull Request resolved: https://github.com/pytorch/pytorch/pull/52032 Test Plan: Imported from OSS 1. CI 2. Get the pr (https://github.com/pytorch/pytorch/pull/51419), build pytorch_android (`BUILD_LITE_INTERPRETER=1 ./scripts/build_pytorch_android.sh x86`), run ImageSegmentation app on emulator. {F371671630} Reviewed By: dhruvbird Differential Revision: D26365389 Pulled By: cccclai fbshipit-source-id: bd4c2bd2be83ed6bd3a4cd35eddb98c11a20e245
Author
Parents
Loading