// clang-format off #include namespace torch::executor::testing { SupportedFeatures* SupportedFeatures::get() { static SupportedFeatures instance{ $definition_entries }; return &instance; } } // namespace torch::executor::testing