Click or drag to resize

GraphParseSequenceExampleV2 Method

http://www.emgu.com
ParseSequenceExampleV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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

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

See Also