MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / ARM_COMPUTE_PRINT_WARNING

Function ARM_COMPUTE_PRINT_WARNING

tests/framework/Asserts.h:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71inline void ARM_COMPUTE_PRINT_WARNING()
72{
73 std::stringstream msg;
74 arm_compute::test::framework::Framework::get().print_test_warning(msg);
75 arm_compute::test::framework::Framework::get().log_warning(msg.str());
76 arm_compute::test::framework::Framework::get().clear_test_warning();
77}
78
79#define ARM_COMPUTE_TEST_INFO(INFO) \
80 { \

Callers 15

TensorShape.cppFile · 0.85
TEST_CASEFunction · 0.85
Convolution3D.cppFile · 0.85
ArgMinMax.cppFile · 0.85
Permute.cppFile · 0.85
ROIAlignLayer.cppFile · 0.85

Calls 4

print_test_warningMethod · 0.80
log_warningMethod · 0.80
strMethod · 0.80
clear_test_warningMethod · 0.80

Tested by 1