Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | H | 25-Apr-2025 | - | 39 | 23 | |
README.md | H A D | 25-Apr-2025 | 366 | 7 | 5 | |
TARGETS | H A D | 25-Apr-2025 | 638 | 25 | 20 | |
__init__.py | H A D | 25-Apr-2025 | 270 | 10 | 1 | |
bundled_program_schema.fbs | H A D | 25-Apr-2025 | 2.6 KiB | 98 | 78 | |
bundled_program_schema.py | H A D | 25-Apr-2025 | 2.3 KiB | 100 | 45 | |
scalar_type.fbs | H A D | 25-Apr-2025 | 797 | 44 | 40 | |
targets.bzl | H A D | 25-Apr-2025 | 2.8 KiB | 84 | 71 |
README.md
1The `bundled_program_schema.fbs` file is for serializing bundled program. It 2bundles the ExecuTorch program, several sets of inputs and referenced outputs, 3and other useful info together for verifying the correctness of ExecuTorch program. 4 5## Rules to ensure forward/backward compatibility 6Please check the rules in [here](../../../schema/README.md) for more info. 7