| 980 | } |
| 981 | |
| 982 | bool test_conv1d_operations_performance(TestUtils::TestRunner& runner) { |
| 983 | BenchmarkConfig config; |
| 984 | benchmark_conv1d_ops(runner, config); |
| 985 | return true; |
| 986 | } |
| 987 | |
| 988 | bool test_broadcast_operations_performance(TestUtils::TestRunner& runner) { |
| 989 | BenchmarkConfig config; |
no test coverage detected