Home
last modified time | relevance | path

Searched refs:max_class_indices (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dctc_decoder_ops.cc223 int max_class_indices; in Compute() local
224 log_prob_t(b, 0) += -RowMax(input_list_t[t], b, &max_class_indices); in Compute()
225 if (max_class_indices != blank_index && in Compute()
226 !(merge_repeated_ && max_class_indices == prev_indices)) { in Compute()
227 sequence.push_back(max_class_indices); in Compute()
229 prev_indices = max_class_indices; in Compute()