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

Method create_error

src/core/Error.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using namespace arm_compute;
33
34Status arm_compute::create_error(ErrorCode error_code, std::string msg)
35{
36 return Status(error_code, msg);
37}
38
39Status
40arm_compute::create_error_msg(ErrorCode error_code, const char *func, const char *file, int line, const char *msg)

Callers

nothing calls this directly

Calls 1

StatusClass · 0.50

Tested by

no test coverage detected