Click or drag to resize

GraphCTCBeamSearchDecoder Method

http://www.emgu.com
CTCBeamSearchDecoder

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation CTCBeamSearchDecoder(
	Output inputs,
	Output sequence_length,
	long beam_width,
	long top_paths,
	bool merge_repeated = true,
	string opName = "CTCBeamSearchDecoder"
)

Parameters

inputs
Type: Emgu.TFOutput
Input to the operation.
sequence_length
Type: Emgu.TFOutput
Input to the operation.
beam_width
Type: SystemInt64
beam width
top_paths
Type: SystemInt64
top paths
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.CTCBeamSearchDecoder(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.Boolean,System.String)"]

See Also