• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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