Click or drag to resize

GraphParseExample Method

http://www.emgu.com
ParseExample

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

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.
dense_defaults
Type: Emgu.TFOutput
Input to the operation.
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.ParseExample(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType[],System.Int64[][],System.String)"]

See Also