| 974 | } |
| 975 | |
| 976 | bool test_streaming_stores_performance(TestUtils::TestRunner& runner) { |
| 977 | BenchmarkConfig config; |
| 978 | benchmark_streaming_stores(runner, config); |
| 979 | return true; |
| 980 | } |
| 981 | |
| 982 | bool test_conv1d_operations_performance(TestUtils::TestRunner& runner) { |
| 983 | BenchmarkConfig config; |
no test coverage detected