Function tensorflow::ops::ctcbeam_search_decoder
source · pub fn ctcbeam_search_decoder<O0: Into<Output>, O1: Into<Output>>(
inputs: O0,
sequence_length: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CTCBeamSearchDecoder::new().build(inputs, sequence_length, scope)
.