From 0393604036ad26dc2852f0ec3cbb5bd7b37f2649 Mon Sep 17 00:00:00 2001 From: Rob Elliott Date: Mon, 13 Oct 2025 14:16:09 +0100 Subject: [PATCH] Minor update for Arm README.md (#15045) fix unexpanded VGF term use. (cherry picked from commit d00279d4ab19bf38f7b130f66be11352802ab7cc) --- backends/arm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/arm/README.md b/backends/arm/README.md index e495a8e40cb..0abf5e9bf55 100644 --- a/backends/arm/README.md +++ b/backends/arm/README.md @@ -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: