blob: 8ca44e45be091141522f6ada81b2b14804154ea6 [file] [log] [blame]
// 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