/
NNVersion

NNVersion

const std::string nn_version_get(); const std::string nn_release_time_get();

Introduction to the methods

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

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