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
Syntaxpublic FlatBufferModel(
string filename
)
Public Sub New (
filename As String
)
public:
FlatBufferModel(
String^ filename
)
new :
filename : string -> FlatBufferModel
Parameters
- filename
- Type: SystemString
The name of the file where the FlatBufferModel will be loaded from.
See Also