@@ -67,7 +67,6 @@ We welcome contributions. To get started review the [guidelines](CONTRIBUTING.md
6767``` 
6868executorch 
6969├── backends                        #  Backend delegate implementations. 
70- ├── build                           #  Utilities for managing the build system. 
7170├── codegen                         #  Tooling to autogenerate bindings between kernels and the runtime. 
7271├── configurations 
7372├── docs                            #  Static docs tooling. 
@@ -81,8 +80,7 @@ executorch
8180|   ├── operator                    #  Operator node manipulation utilities. 
8281|   ├── passes                      #  Built-in compiler passes. 
8382|   ├── program                     #  Export artifacts. 
84- |   ├── serde                       #  Graph module 
85- serialization/deserialization. 
83+ |   ├── serde                       #  Graph module serialization/deserialization. 
8684|   ├── verification                #  IR verification. 
8785├── extension                       #  Extensions built on top of the runtime. 
8886|   ├── android                     #  ExecuTorch wrappers for Android apps. 
@@ -97,8 +95,7 @@ serialization/deserialization.
9795|   ├── parallel                    #  C++ threadpool integration. 
9896|   ├── pybindings                  #  Python API for executorch runtime. 
9997|   ├── pytree                      #  C++ and Python flattening and unflattening lib for pytrees. 
100- |   ├── runner_util                 #  Helpers for writing C++ PTE-execution 
101- tools. 
98+ |   ├── runner_util                 #  Helpers for writing C++ PTE-execution tools. 
10299|   ├── testing_util                #  Helpers for writing C++ tests. 
103100|   ├── training                    #  Experimental libraries for on-device training 
104101├── kernels                         #  1st party kernel implementations. 
@@ -114,9 +111,9 @@ tools.
114111|   ├── executor                    #  Model loading, initialization, and execution. 
115112|   ├── kernel                      #  Kernel registration and management. 
116113|   ├── platform                    #  Layer between architecture specific code and portable C++. 
117- ├── schema                          #  ExecuTorch PTE file format flatbuffer 
118- schemas .
119- ├── scripts                          #  Utility scripts for size  management, dependency management, etc . 
114+ ├── schema                          #  ExecuTorch PTE file format flatbuffer schemas.  
115+ ├── scripts                         #  Utility scripts for building libs, size management, dependency management, etc .
116+ ├── tools                            #  Development tool  management. 
120117├── devtools                        #  Model profiling, debugging, and introspection. 
121118├── shim                            #  Compatibility layer between OSS and Internal builds 
122119├── test                            #  Broad scoped end-to-end tests. 
0 commit comments