Click or drag to resize

FlatBufferModel Constructor (String)

https://www.emgu.com
Builds a model based on a file.

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntax
public FlatBufferModel(
	string filename
)

Parameters

filename
Type: SystemString
The name of the file where the FlatBufferModel will be loaded from.
See Also