| 61 | } |
| 62 | |
| 63 | inline void ARM_COMPUTE_PRINT_INFO() |
| 64 | { |
| 65 | std::stringstream msg; |
| 66 | arm_compute::test::framework::Framework::get().print_test_info(msg); |
| 67 | arm_compute::test::framework::Framework::get().log_info(msg.str()); |
| 68 | arm_compute::test::framework::Framework::get().clear_test_info(); |
| 69 | } |
| 70 | |
| 71 | inline void ARM_COMPUTE_PRINT_WARNING() |
| 72 | { |
no test coverage detected