Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/android-backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available hardware acceleration backends for Android deployment.
- {doc}`android-qualcomm` — Qualcomm AI Engine (NPU)
- {doc}`android-mediatek` — MediaTek NPU acceleration
- {doc}`android-arm-vgf` — ARM VGF Backend
- {doc}`android-samsung-exynos` — Samsung Exynos NPU
- {doc}`backends/samsung/samsung-overview` — Samsung Exynos NPU

```{toctree}
:hidden:
Expand All @@ -25,4 +25,4 @@ android-vulkan
android-qualcomm
android-mediatek
android-arm-vgf
android-samsung-exynos
backends/samsung/samsung-overview
1 change: 0 additions & 1 deletion docs/source/using-executorch-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ The following backends are available for Android:
| Backend | Type | Doc |
| ------- | -------- | --- |
| [XNNPACK](https://github.com/google/XNNPACK) | CPU | [Doc](backends/xnnpack/xnnpack-overview.md) |

| [MediaTek NeuroPilot](https://neuropilot.mediatek.com/) | NPU | [Doc](backends-mediatek.md) |
| [Qualcomm AI Engine](https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk) | NPU | [Doc](backends-qualcomm.md) |
| [Vulkan](https://www.vulkan.org/) | GPU | [Doc](backends/vulkan/vulkan-overview.md) |
Expand Down
Loading