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