File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ Topics in this section will help you get started with ExecuTorch.
148
148
runtime-backend-delegate-implementation-and-linking
149
149
runtime-platform-abstraction-layer
150
150
portable-cpp-programming
151
+ pte-file-format
151
152
152
153
.. toctree ::
153
154
:glob:
Original file line number Diff line number Diff line change 1
- # Program file format
1
+ # ` .pte ` file format
2
2
3
- ExecuTorch programs are serialized as modified binary flatbuffer files.
3
+ ExecuTorch ` .pte ` program files are serialized as modified binary flatbuffer
4
+ files with optional data segments appended.
4
5
5
6
```
6
7
┌───────────────────────────────────┐
7
8
│Standard flatbuffer header │
8
- ├───────────────────────────────────┤
9
- │Optional ExecuTorch extended header │
10
- ├───────────────────────────────────┤
9
+ ┌─ ├───────────────────────────────────┤
10
+ Optional ─┤ │ExecuTorch extended header │
11
+ └─ ├───────────────────────────────────┤
11
12
│Flatbuffer-serialized program data │
12
13
│ │
13
14
│ │
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ namespace executor {
17
17
* An extended, ExecuTorch-specific header that may be embedded in the
18
18
* serialized Program data header.
19
19
*
20
- * For details see
21
- * //executorch/docs/website/docs/contributors/program_file_format.md
20
+ * For details see //executorch/docs/source/pte-file-format.md
22
21
*/
23
22
struct ExtendedHeader {
24
23
/* *
You can’t perform that action at this time.
0 commit comments