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.cc234 int max_class_indices; in Compute() local
236 -RowMax<T>(input_list_t[t], b, &max_class_indices); in Compute()
237 if (max_class_indices != blank_index && in Compute()
238 !(merge_repeated_ && max_class_indices == prev_indices)) { in Compute()
239 sequence.push_back(max_class_indices); in Compute()
241 prev_indices = max_class_indices; in Compute()