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
Syntaxpublic Library(
string libraryFilename,
Status status = null
)
Public Sub New (
libraryFilename As String,
Optional status As Status = Nothing
)
public:
Library(
String^ libraryFilename,
Status^ status = nullptr
)
new :
libraryFilename : string *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> Library
Parameters
- libraryFilename
- Type: SystemString
The library file name - status (Optional)
- Type: Emgu.TFStatus
The status
See Also