| 1028 | } |
| 1029 | |
| 1030 | bool test_advanced_operations_performance(TestUtils::TestRunner& runner) { |
| 1031 | BenchmarkConfig config; |
| 1032 | benchmark_advanced_ops<__fp16>(runner, config); |
| 1033 | return true; |
| 1034 | } |
| 1035 | |
| 1036 | bool test_engine_operations_performance(TestUtils::TestRunner& runner) { |
| 1037 | BenchmarkConfig config; |