Skip to content

Commit 4836bf2

Browse files
guangy10mergennachin
authored andcommitted
Fix top-level README.md (#963)
Summary: Pull Request resolved: #963 Reviewed By: kirklandsign Differential Revision: D50340021 fbshipit-source-id: 1c98a1bd388504d1dc437405c6294ecafdc5d1f7
1 parent a968f3c commit 4836bf2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,20 @@ executorch
4848
├── docs # Static docs tooling
4949
├── examples # Examples of various user flows, such as model export, delegates, and runtime execution.
5050
├── exir # Ahead of time library, model capture and lowering apis.
51+
| ├── _serialize # Serialize final export artifact.
5152
| ├── backend # Backend delegate ahead of time APIs
5253
| ├── capture # Program capture.
5354
| ├── dialects # Op sets for various dialects in the export process.
5455
| ├── emit # Conversion from ExportedProgram to ExecuTorch execution instructions.
56+
| ├── passes # Built-in compiler passes.
5557
| ├── program # Export artifacts.
56-
| ├── serialize # Serialize final export artifact.
58+
| ├── verification # IR verification.
5759
├── extension # Extensions built on top of the runtime.
5860
| ├── aten_util
59-
| ├── data_loader # 1st party data loader implementations.
60-
| ├── memory_allocator # 1st party memory allocator implementations.
61-
| ├── pybindings # Python api for executorch runtime.
62-
| ├── pytree # C++ and Python flattening and unflattening lib for pytrees.
61+
| ├── data_loader # 1st party data loader implementations.
62+
| ├── memory_allocator # 1st party memory allocator implementations.
63+
| ├── pybindings # Python api for executorch runtime.
64+
| ├── pytree # C++ and Python flattening and unflattening lib for pytrees.
6365
| ├── testing_util
6466
├── kernels # 1st party kernel implementations.
6567
| ├── aten

0 commit comments

Comments
 (0)