MCPcopy Create free account
hub / github.com/cactus-compute/cactus / test_stft_performance

Function test_stft_performance

tests/test_performance.cpp:1115–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls 1

benchmark_stftFunction · 0.85

Tested by

no test coverage detected