Skip to content

Commit aef2210

Browse files
lucylqmergennachin
authored andcommitted
concept map (#917)
Summary: Pull Request resolved: #917 overview: https://drive.google.com/file/d/1vHQ4loAUnQccqvc2ChcNLiO09MOoW2ve/view?usp=sharing detailed: https://drive.google.com/file/d/1Z5N-UgL1T7yHCkXBcQS0o7t7oaYP4zS2/view?usp=sharing Similar to: https://buck2.build/docs/concepts/concept_map/ Reviewed By: dbort Differential Revision: D50202564 fbshipit-source-id: ba4e4845f202c8133d52264c02e10442ffe76e9b
1 parent bd0daf9 commit aef2210

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
445 KB
Loading
262 KB
Loading

docs/source/concepts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# ExecuTorch Concepts
22
This page provides an overview of key concepts and terms used throughout the ExecuTorch documentation. It is intended to help readers understand the terminology and concepts used in PyTorch Edge and ExecuTorch.
33

4+
## Concepts Map
5+
![](./_static/img/concepts-map-overview.png)
6+
7+
<a href="./_static/img/concepts-map-overview.png" target="_blank">View in full size</a>
8+
9+
<a href="./_static/img/concepts-map-detailed.png" target="_blank">View detailed concept map</a>
10+
411
## [AOT (Ahead of Time)](./getting-started-architecture.md#program-preparation)
512

613
AOT generally refers to the program preparation that occurs before execution. On a high level, ExecuTorch workflow is split into an AOT compilation and a runtime. The AOT steps involve compilation into an Intermediate Representation (IR), along with optional transformations and optimizations.

0 commit comments

Comments
 (0)