http://www.emgu.com
Dump net to String
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Function Dump As String
member Dump : unit -> string
Return Value
Type:
String
String with structure, hyperparameters, backend, target and fusion
Call method after setInput().
To see correct backend, target and fusion run after forward().
See Also