Click or drag to resize

TfInvokeAddLogSink Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Add a log sink to receive log messages (tensorflow::TFAddLogSink)

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.8.0.1418
Syntax
public static void AddLogSink(
	ILogSink sink
)

Parameters

sink
Type: Emgu.TFILogSink
The log sink to be added
See Also