Click or drag to resize

TfInvokeRemoveLogSink Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Remove a log sink from receiving log messages (tensorflow::TFRemoveLogSink)

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

Parameters

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