You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Improve ELU support
- Adds support for different scale and input_scale values
- Adds support for related SELU and CELU operators, corresponding
to ELU with particular scales.
- Use initial float values for alpha, scale and input_scale
rather than rounded values.
---------
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: backends/arm/scripts/docgen/ethos-u/ethos-u-getting-started-tutorial.md.in
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this tutorial you will learn how to export a simple PyTorch model for the Exe
20
20
```{tip}
21
21
If you are already familiar with this delegate, you may want to jump directly to the examples:
22
22
* [Examples in the ExecuTorch repository](https://github.com/pytorch/executorch/tree/main/examples/arm)
23
-
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
23
+
* [A commandline compiler for quick tests and example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
24
24
```
25
25
26
26
This tutorial serves as an introduction to using ExecuTorch to deploy PyTorch models on Arm® Ethos™-U targets. It is based on `ethos_u_minimal_example.ipynb`, provided in Arm’s examples folder.
@@ -69,9 +69,10 @@ The example below shows how to quantize a model consisting of a single addition,
69
69
$MINIMAL_EXAMPLE
70
70
71
71
```{tip}
72
-
For a quick start, you can use the script `backends/arm/scripts/aot_arm_compiler.py` to produce the pte.
72
+
For a quick test, you can use the script `backends/arm/scripts/aot_arm_compiler.py` to produce the pte.
73
73
To produce a pte file equivalent to the one above, run
Copy file name to clipboardExpand all lines: backends/arm/scripts/docgen/vgf/vgf-getting-started-tutorial.md.in
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You may encounter some rough edges and features which may be documented or plann
26
26
```{tip}
27
27
If you are already familiar with this delegate, you may want to jump directly to the examples:
28
28
* [Examples in the ExecuTorch repository](https://github.com/pytorch/executorch/tree/main/examples/arm)
29
-
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
29
+
* [A commandline compiler for quick tests and example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
30
30
```
31
31
32
32
This tutorial serves as an introduction to using ExecuTorch to deploy PyTorch models on VGF targets. The tutorial is based on `vgf_minimal_example.ipyb`, provided in Arm's example folder.
@@ -78,9 +78,10 @@ The example below shows how to quantize a model consisting of a single addition,
78
78
$MINIMAL_EXAMPLE
79
79
80
80
```{tip}
81
-
For a quick start, you can use the script `backends/arm/scripts/aot_arm_compiler.py` to produce the pte.
81
+
For a quick test, you can use the script `backends/arm/scripts/aot_arm_compiler.py` to produce the pte.
82
82
To produce a pte file equivalent to the one above, run
0 commit comments