TfLiteInvokeVersion Property |
https://www.emgu.com
Get the tensorflow lite version.
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
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