-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Apple runtime docs to new location
- Loading branch information
1 parent
b918559
commit 2b26fc4
Showing
2 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# Using ExecuTorch on Android | ||
|
||
Placeholder for top-level Android documentation | ||
To use from Android, ExecuTorch provides Java API bindings and Android platform integration, available as a AAR file. The ExecuTorch C++ APIs can also be used from Android native. | ||
|
||
## Installation | ||
|
||
TODO Instructions on downloading the pre-built AAR. Replace with Maven/Gradle package management when available. | ||
|
||
### Building from Source | ||
|
||
TODO Instructions on re-creating and customizing the Android AAR. | ||
|
||
## Android Backends | ||
|
||
TODO Describe commonly used backends, including XNN, Vulkan, and NPUs. | ||
|
||
## Runtime Integration | ||
|
||
TODO Code sample in Java | ||
|
||
## Next Steps | ||
|
||
TODO Link to Java API reference and other relevant material |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters