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

Function make_printable

tests/framework/Asserts.h:41–44  ·  view source on GitHub ↗

Cast char values to int so that their numeric value are printed.

Source from the content-addressed store, hash-verified

39{
40// Cast char values to int so that their numeric value are printed.
41inline int make_printable(int8_t value)
42{
43 return value;
44}
45
46inline std::string make_printable(const arm_compute::WeightFormat wf)
47{

Callers 3

validateFunction · 0.85
validate_wrapFunction · 0.85
TEST_CASEFunction · 0.85

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected