Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/core/
DError.h57 : _code(ErrorCode::OK), _error_description(" ") in Status()
66 : _code(error_status), _error_description(error_description) in _code()
99 return _error_description; in error_description()
116 std::string _error_description; variable
/external/ComputeLibrary/src/core/
DError.cpp52 ARM_COMPUTE_THROW(std::runtime_error(_error_description)); in internal_throw_on_error()