Click or drag to resize

GraphScanDataset Method

http://www.emgu.com
ScanDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation ScanDataset(
	Output input_dataset,
	Output initial_state,
	Output other_arguments,
	DataType[] output_types,
	long[][] output_shapes,
	bool preserve_cardinality = false,
	bool use_default_device = true,
	string opName = "ScanDataset"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
initial_state
Type: Emgu.TFOutput
Input to the operation.
other_arguments
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
preserve_cardinality (Optional)
Type: SystemBoolean
preserve cardinality
use_default_device (Optional)
Type: SystemBoolean
use default device
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also