Home
last modified time | relevance | path

Searched refs:create_error_msg (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/arm_compute/core/
DError.h138 Status create_error_msg(ErrorCode error_code, const char *func, const char *file, int line, const c…
159 #define ARM_COMPUTE_CREATE_ERROR(error_code, msg) arm_compute::create_error_msg(error_code, __func_…
169 …TE_CREATE_ERROR_LOC(error_code, func, file, line, msg) arm_compute::create_error_msg(error_code, f…
249 …return arm_compute::create_error_msg(arm_compute::ErrorCode::RUNTIME_ERROR, __func__, __FILE__, __…
288 return arm_compute::create_error_msg(ErrorCode::RUNTIME_ERROR, func, file, line, msg); \
319 …arm_compute::throw_error(arm_compute::create_error_msg(arm_compute::ErrorCode::RUNTIME_ERROR, func…
/external/ComputeLibrary/src/core/
DError.cpp39 Status arm_compute::create_error_msg(ErrorCode error_code, const char *func, const char *file, int … in create_error_msg() function in arm_compute