Click or drag to resize

Library Constructor

http://www.emgu.com
Load the library specified by libraryFilename and register the ops and kernels present in that library.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Library(
	string libraryFilename,
	Status status = null
)

Parameters

libraryFilename
Type: SystemString
The library file name
status (Optional)
Type: Emgu.TFStatus
The status
See Also