ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnc::AclCppException Class Reference

objects of this class are to be thrown from ACL C++ soft backend if errors are occurred. More...

#include <AclCppException.h>

Collaboration diagram for nnc::AclCppException:

Public Member Functions

 AclCppException (const std::string &msg)
 

Detailed Description

objects of this class are to be thrown from ACL C++ soft backend if errors are occurred.

Definition at line 28 of file AclCppException.h.

Constructor & Destructor Documentation

◆ AclCppException()

nnc::AclCppException::AclCppException ( const std::string &  msg)
inlineexplicit

Definition at line 31 of file AclCppException.h.

31: runtime_error(_prefix + msg) {}

The documentation for this class was generated from the following file: