pub fn decode(
input_seq: TensorBase<ViewData<'_, f32>, NdLayout<2>>,
method: DecodeMethod,
) -> CtcHypothesisExpand description
Decode a [seq, classes] log-probability matrix.
pub fn decode(
input_seq: TensorBase<ViewData<'_, f32>, NdLayout<2>>,
method: DecodeMethod,
) -> CtcHypothesisDecode a [seq, classes] log-probability matrix.