Click or drag to resize

GraphParseSequenceExampleV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ParseSequenceExampleV2(
	Output serialized,
	Output debug_name,
	Output context_sparse_keys,
	Output context_dense_keys,
	Output context_ragged_keys,
	Output feature_list_sparse_keys,
	Output feature_list_dense_keys,
	Output feature_list_ragged_keys,
	Output feature_list_dense_missing_assumed_empty,
	Output context_dense_defaults,
	long Ncontext_sparse = 0,
	DataType[] context_sparse_types = null,
	DataType[] context_ragged_value_types = null,
	DataType[] context_ragged_split_types = null,
	long[][] context_dense_shapes = null,
	long Nfeature_list_sparse = 0,
	long Nfeature_list_dense = 0,
	DataType[] feature_list_dense_types = null,
	DataType[] feature_list_sparse_types = null,
	DataType[] feature_list_ragged_value_types = null,
	DataType[] feature_list_ragged_split_types = null,
	long[][] feature_list_dense_shapes = null,
	string opName = "ParseSequenceExampleV2"
)

Parameters

serialized
Type: Emgu.TFOutput
Input to the operation.
debug_name
Type: Emgu.TFOutput
Input to the operation.
context_sparse_keys
Type: Emgu.TFOutput
Input to the operation.
context_dense_keys
Type: Emgu.TFOutput
Input to the operation.
context_ragged_keys
Type: Emgu.TFOutput
Input to the operation.
feature_list_sparse_keys
Type: Emgu.TFOutput
Input to the operation.
feature_list_dense_keys
Type: Emgu.TFOutput
Input to the operation.
feature_list_ragged_keys
Type: Emgu.TFOutput
Input to the operation.
feature_list_dense_missing_assumed_empty
Type: Emgu.TFOutput
Input to the operation.
context_dense_defaults
Type: Emgu.TFOutput
Input to the operation.
Ncontext_sparse (Optional)
Type: SystemInt64
Ncontext sparse
context_sparse_types (Optional)
Type: Emgu.TFDataType
context sparse types
context_ragged_value_types (Optional)
Type: Emgu.TFDataType
context ragged value types
context_ragged_split_types (Optional)
Type: Emgu.TFDataType
context ragged split types
context_dense_shapes (Optional)
Type: SystemInt64
context dense shapes
Nfeature_list_sparse (Optional)
Type: SystemInt64
Nfeature list sparse
Nfeature_list_dense (Optional)
Type: SystemInt64
Nfeature list dense
feature_list_dense_types (Optional)
Type: Emgu.TFDataType
feature list dense types
feature_list_sparse_types (Optional)
Type: Emgu.TFDataType
feature list sparse types
feature_list_ragged_value_types (Optional)
Type: Emgu.TFDataType
feature list ragged value types
feature_list_ragged_split_types (Optional)
Type: Emgu.TFDataType
feature list ragged split types
feature_list_dense_shapes (Optional)
Type: SystemInt64
feature list dense shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] context_sparse_indices(type: DtInt64). [1] context_sparse_values(type: DtInvalid). [2] context_sparse_shapes(type: DtInt64). [3] context_dense_values(type: DtInvalid). [4] context_ragged_values(type: DtInvalid). [5] context_ragged_row_splits(type: DtInvalid). [6] feature_list_sparse_indices(type: DtInt64). [7] feature_list_sparse_values(type: DtInvalid). [8] feature_list_sparse_shapes(type: DtInt64). [9] feature_list_dense_values(type: DtInvalid). [10] feature_list_dense_lengths(type: DtInt64). [11] feature_list_ragged_values(type: DtInvalid). [12] feature_list_ragged_outer_splits(type: DtInvalid). [13] feature_list_ragged_inner_splits(type: DtInvalid).
See Also