Click or drag to resize

NetDump Method

http://www.emgu.com
Dump net to String

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public string Dump()

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