Click or drag to resize

GraphExperimentalIndexedDatasetGet Method

http://www.emgu.com
ExperimentalIndexedDatasetGet

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation ExperimentalIndexedDatasetGet(
	Output materialized,
	Output index,
	DataType[] output_types,
	long[][] output_shapes,
	string opName = "ExperimentalIndexedDatasetGet"
)

Parameters

materialized
Type: Emgu.TFOutput
Input to the operation.
index
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also