Searched refs:ctc_batch_cost (Results 1 – 5 of 5) sorted by relevance
49 from tensorflow.python.keras.backend import ctc_batch_cost
116 name: "ctc_batch_cost"
1449 keras.backend.ctc_batch_cost(labels, inputs, input_lens, label_lens))1472 keras.backend.ctc_batch_cost(k_labels, k_inputs, k_input_lens,
5141 def ctc_batch_cost(y_true, y_pred, input_length, label_length): function