Click or drag to resize

GraphParseExampleV2 Method

http://www.emgu.com
ParseExampleV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation ParseExampleV2(
	Output serialized,
	Output names,
	Output sparse_keys,
	Output dense_keys,
	Output ragged_keys,
	Output dense_defaults,
	long num_sparse,
	DataType[] sparse_types,
	DataType[] ragged_value_types,
	DataType[] ragged_split_types,
	long[][] dense_shapes,
	string opName = "ParseExampleV2"
)

Parameters

serialized
Type: Emgu.TFOutput
Input to the operation.
names
Type: Emgu.TFOutput
Input to the operation.
sparse_keys
Type: Emgu.TFOutput
Input to the operation.
dense_keys
Type: Emgu.TFOutput
Input to the operation.
ragged_keys
Type: Emgu.TFOutput
Input to the operation.
dense_defaults
Type: Emgu.TFOutput
Input to the operation.
num_sparse
Type: SystemInt64
num sparse
sparse_types
Type: Emgu.TFDataType
sparse types
ragged_value_types
Type: Emgu.TFDataType
ragged value types
ragged_split_types
Type: Emgu.TFDataType
ragged split types
dense_shapes
Type: SystemInt64
dense shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.ParseExampleV2(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.String)"]

See Also