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