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.cc242 int max_class_indices; in Compute() local
246 -RowMax<T>(input_list_t[t], b, &max_class_indices); in Compute()
247 if (max_class_indices != blank_index && in Compute()
248 !(merge_repeated_ && max_class_indices == prev_indices)) { in Compute()
249 sequence.push_back(max_class_indices); in Compute()
251 prev_indices = max_class_indices; in Compute()