pytorch / executorch

On-device AI across mobile, embedded and edge for PyTorch
https://pytorch.org/executorch/
Other
2.2k stars 368 forks source link

[Android] Remove runtime internal evalue list types #7012

Closed kirklandsign closed 10 hours ago

kirklandsign commented 14 hours ago

Summary

List types are used in runtime only. Exported model inputs and outputs won't use them. Therefore, we remove them from Java public API.

Test plan

cd extension/android_test/
./gradlew build
pytorch-bot[bot] commented 14 hours ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7012

Note: Links to docs will display an error until the docs builds have been completed.

:heavy_exclamation_mark: 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

:white_check_mark: No Failures

As of commit 2ceadac79f8880f6ba598aee7c1adb4368cb5e05 with merge base 6ac19cc2d69e34d30668fcd9da9ea5554a6af576 (image): :green_heart: Looks good so far! There are no failures yet. :green_heart:

This comment was automatically generated by Dr. CI and updates every 15 minutes.