xref: /aosp_15_r20/external/executorch/devtools/bundled_program/schema/README.md (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
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