Function tensorflow::ops::ctcloss_v2
source · pub fn ctcloss_v2<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 CTCLossV2::new().build(inputs, labels_indices, labels_values, sequence_length, scope)
.