Status Code

hbDNNGetErrorDesc

char const *hbDNNGetErrorDesc(int32_t errorCode);

Translate the error codes into natural language.

  • Parameter
    • [in] errorCode dnn error status code.
  • Return Value
    • return char * , translate internal error codes into natural language.
On This Page