Click or drag to resize

GraphCTCGreedyDecoder Method

http://www.emgu.com
CTCGreedyDecoder

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation CTCGreedyDecoder(
	Output inputs,
	Output sequence_length,
	bool merge_repeated = false,
	string opName = "CTCGreedyDecoder"
)

Parameters

inputs
Type: Emgu.TFOutput
Input to the operation.
sequence_length
Type: Emgu.TFOutput
Input to the operation.
merge_repeated (Optional)
Type: SystemBoolean
merge repeated
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also