Click or drag to resize

FlatBufferModelCheckModelIdentifier Method

http://www.emgu.com
Check if the model identifier is correct.

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
Syntax
public bool CheckModelIdentifier()

Return Value

Type: Boolean
True if the model identifier is correct (otherwise false and reports an error).
See Also