Click or drag to resize

GraphOneShotIterator Method

http://www.emgu.com
OneShotIterator

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation OneShotIterator(
	DataType[] output_types,
	long[][] output_shapes,
	string container = null,
	string shared_name = null,
	string opName = "OneShotIterator"
)

Parameters

output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also