Click or drag to resize

GraphInfeedEnqueueTuple Method

http://www.emgu.com
InfeedEnqueueTuple

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation InfeedEnqueueTuple(
	Output inputs,
	long[][] shapes,
	long[] layouts = null,
	long device_ordinal = -1,
	string opName = "InfeedEnqueueTuple"
)

Parameters

inputs
Type: Emgu.TFOutput
Input to the operation.
shapes
Type: SystemInt64
shapes
layouts (Optional)
Type: SystemInt64
layouts
device_ordinal (Optional)
Type: SystemInt64
device ordinal
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also