/
NNVersion
NNVersion
const std::string nn_version_get();
const std::string nn_release_time_get();
Introduction to the methods
const std::string nn_version_get()
brief: Retrieves the full version string of the neural network library. The version string is formatted as "major.minor.patch_gitHash"
return string: A string containing the full version information.
const std::string nn_release_time_get()
brief: Retrieves the release time of the neural network library based on the Git commit timestamp.
return string: A string containing the Git commit timestamp.
, multiple selections available,
Related content
NNModelInfoFactory
NNModelInfoFactory
More like this
NNFile
NNFile
More like this
NNModelPluginInfo
NNModelPluginInfo
More like this
NNModel
NNModel
More like this
NNModelPluginFactory
NNModelPluginFactory
More like this
NNObject
NNObject
More like this