TfLiteInvokeVersion Property |
http://www.emgu.com
Get the tensorflow lite version.
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
Syntaxpublic static string Version { get; }
Public Shared ReadOnly Property Version As String
Get
public:
static property String^ Version {
String^ get ();
}
static member Version : string with get
Property Value
Type:
String
See Also