Click or drag to resize

GraphMakeIterator Method

http://www.emgu.com
MakeIterator

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation MakeIterator(
	Output dataset,
	Output iterator,
	string opName = "MakeIterator"
)

Parameters

dataset
Type: Emgu.TFOutput
Input to the operation.
iterator
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.MakeIterator(Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also