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)
Syntaxpublic bool CheckModelIdentifier()
Public Function CheckModelIdentifier As Boolean
public:
bool CheckModelIdentifier()
member CheckModelIdentifier : unit -> bool
Return Value
Type:
Boolean
True if the model identifier is correct (otherwise false and
reports an error).
See Also