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