ONE - On-device Neural Engine
|
#include <cstdint>
#include <string>
Go to the source code of this file.
Data Structures | |
struct | vconone::four |
union | vconone::version |
Namespaces | |
namespace | vconone |
Functions | |
version | vconone::get_number (void) |
get_number will return version union structure | |
std::string | vconone::get_string (void) |
get_string will return string of major.minor.patch (without build) | |
std::string | vconone::get_string4 (void) |
get_string4 will return string of major.minor.patch.build | |
std::string | vconone::get_copyright (void) |
get_copyright will return copyright string | |