Click or drag to resize

GraphExperimentalMaterializedIndexDatasetHandle Method

http://www.emgu.com
ExperimentalMaterializedIndexDatasetHandle

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

Parameters

container
Type: SystemString
container
shared_name
Type: SystemString
shared name
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.ExperimentalMaterializedIndexDatasetHandle(System.String,System.String,Emgu.TF.DataType[],System.Int64[][],System.String)"]

See Also