|
ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
| namespace | pepper |
Functions | |
| template<typename T > | |
| T | pepper::safe_strcast (const char *s, const T &v) |
| Cast a C-string as a value of type T. | |
| template<> | |
| int | pepper::safe_strcast< int > (const char *s, const int &v) |