xref: /aosp_15_r20/external/executorch/kernels/test/supported_features_header.ini (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1// clang-format off
2#pragma once
3
4namespace torch::executor::testing {
5
6struct SupportedFeatures {
7  static SupportedFeatures* get();
8
9  $header_entries
10};
11
12} // namespace torch::executor::testing
13