Click or drag to resize

GraphParseExampleDataset Method

https://www.emgu.com/wiki/index.php/Emgu_TF
ParseExampleDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ParseExampleDataset(
	Output input_dataset,
	Output num_parallel_calls,
	Output dense_defaults,
	string[] sparse_keys,
	string[] dense_keys,
	DataType[] sparse_types,
	long[][] dense_shapes,
	DataType[] output_types,
	long[][] output_shapes,
	bool sloppy = false,
	string[] ragged_keys = null,
	DataType[] ragged_value_types = null,
	DataType[] ragged_split_types = null,
	string opName = "ParseExampleDataset"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
num_parallel_calls
Type: Emgu.TFOutput
Input to the operation.
dense_defaults
Type: Emgu.TFOutput
Input to the operation.
sparse_keys
Type: SystemString
sparse keys
dense_keys
Type: SystemString
dense keys
sparse_types
Type: Emgu.TFDataType
sparse types
dense_shapes
Type: SystemInt64
dense shapes
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
sloppy (Optional)
Type: SystemBoolean
sloppy
ragged_keys (Optional)
Type: SystemString
ragged keys
ragged_value_types (Optional)
Type: Emgu.TFDataType
ragged value types
ragged_split_types (Optional)
Type: Emgu.TFDataType
ragged split types
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] handle(type: DtVariant).
See Also