Click or drag to resize

GraphCreateSummaryFileWriter Method

https://www.emgu.com/wiki/index.php/Emgu_TF
CreateSummaryFileWriter

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation CreateSummaryFileWriter(
	Output writer,
	Output logdir,
	Output max_queue,
	Output flush_millis,
	Output filename_suffix,
	string opName = "CreateSummaryFileWriter"
)

Parameters

writer
Type: Emgu.TFOutput
Input to the operation.
logdir
Type: Emgu.TFOutput
Input to the operation.
max_queue
Type: Emgu.TFOutput
Input to the operation.
flush_millis
Type: Emgu.TFOutput
Input to the operation.
filename_suffix
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also