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