| // clang-format off | |
| #include <executorch/kernels/test/supported_features.h> | |
| namespace torch::executor::testing { | |
| SupportedFeatures* SupportedFeatures::get() { | |
| static SupportedFeatures instance{ | |
| $definition_entries | |
| }; | |
| return &instance; | |
| } | |
| } // namespace torch::executor::testing |