Click or drag to resize

GraphCreateSummaryFileWriter Method

http://www.emgu.com
CreateSummaryFileWriter

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.CreateSummaryFileWriter(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also