Skip to content
Merged
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
2 changes: 1 addition & 1 deletion backends/arm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyTorch models to a TOSA representation. This representation is used to
deploy to the following targets:

- **Arm® Ethos™-U55/65/85** - Compiled using the Ethos-U Vela compiler.
- **VGF (Vulkan® Graph Format)** – SPIR-V™ representation for Vulkan-capable devices.
- **VGF Format, for ML extensions for Vulkan®** – a format containing SPIR-V™ ML operators for Vulkan-capable devices.

The backend provides an ahead-of-time (AOT) flow, that produces a PTE file for your
chosen target. The AOT flow supports the following development operating systems:
Expand Down
Loading