Name Date Size #Lines LOC

..--

test/H25-Apr-2025-3923

README.mdH A D25-Apr-2025366 75

TARGETSH A D25-Apr-2025638 2520

__init__.pyH A D25-Apr-2025270 101

bundled_program_schema.fbsH A D25-Apr-20252.6 KiB9878

bundled_program_schema.pyH A D25-Apr-20252.3 KiB10045

scalar_type.fbsH A D25-Apr-2025797 4440

targets.bzlH A D25-Apr-20252.8 KiB8471

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