| 1113 | } |
| 1114 | |
| 1115 | bool test_stft_performance(TestUtils::TestRunner& runner) { |
| 1116 | BenchmarkConfig config; |
| 1117 | benchmark_stft(runner, config); |
| 1118 | return true; |
| 1119 | } |
| 1120 | |
| 1121 | template<typename T> |
| 1122 | void run_layernorm_case(TestUtils::TestRunner& runner, |
no test coverage detected