Searched refs:max_class_indices (Results 1 – 1 of 1) sorted by relevance
234 int max_class_indices; in Compute() local236 -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()