FlatBufferModelInitialized Property |
http://www.emgu.com
Returns true if the model is initialized
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntaxpublic bool Initialized { get; }
Public ReadOnly Property Initialized As Boolean
Get
public:
property bool Initialized {
bool get ();
}
member Initialized : bool with get
Property Value
Type:
Boolean
See Also