Click or drag to resize

GraphParseSingleExample Method

http://www.emgu.com
ParseSingleExample

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation ParseSingleExample(
	Output serialized,
	Output dense_defaults,
	long num_sparse,
	string[] sparse_keys,
	string[] dense_keys,
	DataType[] sparse_types,
	long[][] dense_shapes,
	string opName = "ParseSingleExample"
)

Parameters

serialized
Type: Emgu.TFOutput
Input to the operation.
dense_defaults
Type: Emgu.TFOutput
Input to the operation.
num_sparse
Type: SystemInt64
num sparse
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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also