Skip to content

Commit b21b6bf

Browse files
authored
Update 4-how-executorch-works.md
1 parent f382c01 commit b21b6bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/learning-paths/embedded-and-microcontrollers/visualizing-ethos-u-performance/4-how-executorch-works.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ weight: 5 # 1 is first, 2 is second, etc.
88
layout: "learningpathall"
99
---
1010

11-
Source: [How ExecuTorch Works](https://docs.pytorch.org/executorch/stable/intro-how-it-works.html) (official PyTorch Documentation)
11+
To get a better understanding of [How ExecuTorch Works](https://docs.pytorch.org/executorch/stable/intro-how-it-works.html) refer to the official PyTorch Documentation. A summary is provided here for your reference:
12+
1213
1. **Export the model:**
1314
* Generate a Graph
1415
* A graph is series of operators (ReLU, quantize, etc.) eligible for delegation to an accelerator

0 commit comments

Comments
 (0)