/// <summary> /// Prints the versions of Tensorflow and DeepSpeech. /// </summary> public unsafe void PrintVersions() { NativeImp.DS_PrintVersions(); }