/
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.