Click or drag to resize

Library Constructor

https://www.emgu.com/wiki/index.php/Emgu_TF
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: 2.6.0.1294
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