Click or drag to resize

GraphLoadDataset Method

http://www.emgu.com
LoadDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation LoadDataset(
	Output path,
	Output reader_func_other_args,
	DataType[] output_types,
	long[][] output_shapes,
	string compression = null,
	string opName = "LoadDataset"
)

Parameters

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

Return Value

Type: Operation

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

See Also