Searched refs:label_index (Results 1 – 2 of 2) sorted by relevance
170 const int label_index = indices_flat(pos); in main() local172 LOG(INFO) << labels_list[label_index] << " (" << label_index in main()
608 label_index = self.word_to_index[sample['label']]609 labels[i - offset] = label_index682 label_index = self.word_to_index[sample['label']]683 labels.append(words_list[label_index])
Completed in 3 milliseconds