• Home
Name Date Size #Lines LOC

..--

test/04-Jul-2025-3923

README.mdD04-Jul-2025366 75

TARGETSD04-Jul-2025638 2520

__init__.pyD04-Jul-2025270 101

bundled_program_schema.fbsD04-Jul-20252.6 KiB9878

bundled_program_schema.pyD04-Jul-20252.3 KiB10045

scalar_type.fbsD04-Jul-2025797 4440

targets.bzlD04-Jul-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