Home
last modified time | relevance | path

Searched refs:label_index (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp148 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() local
149 label_index += 2) { in RedirectEdge()
150 operand_indices.push_back(label_index); in RedirectEdge()
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.cc169 const int label_index = indices_flat(pos); in main() local
171 LOG(INFO) << labels_list[label_index] << " (" << label_index in main()
Dinput_data.py604 label_index = self.word_to_index[sample['label']]
605 labels[i - offset] = label_index
678 label_index = self.word_to_index[sample['label']]
679 labels.append(words_list[label_index])
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp146 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() local
147 label_index += 2) { in RedirectEdge()
148 operand_indices.push_back(label_index); in RedirectEdge()
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc299 const int label_index = indices_flat(pos); in PrintTopDetections() local
303 DecodeLocation(&locations_encoded(label_index * 4), in PrintTopDetections()
304 &locations[label_index * 8], decoded_location); in PrintTopDetections()
316 << "(" << label_index << ") score: " << DecodeScore(score); in PrintTopDetections()
/external/tensorflow/tensorflow/examples/label_image/
Dmain.cc249 const int label_index = indices_flat(pos); in PrintTopLabels() local
251 LOG(INFO) << labels[label_index] << " (" << label_index << "): " << score; in PrintTopLabels()
/external/toolchain-utils/crosperf/
Dresults_organizer.py179 label_index = label_indices[benchmark_run.label.name]
180 cur_label_list = result[benchmark.name][label_index]
Dresults_report.py144 label_index = self._label_indices[label]
146 _AppendUntilLengthIs(list, ben_data[event], label_index + 1)
147 data_for_label = ben_data[event][label_index]
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc318 const int label_index = indices_flat(pos); in PrintTopLabels() local
320 LOG(INFO) << labels[label_index] << " (" << label_index << "): " << score; in PrintTopLabels()
323 std::cout << labels[label_index] << std::endl; in PrintTopLabels()
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc274 const int label_index = indices_flat(pos); in PrintTopLabels() local
276 LOG(INFO) << labels[label_index] << " (" << label_index << "): " << score; in PrintTopLabels()
/external/blktrace/iowatcher/
Dmain.c141 static int label_index = 0; variable
508 if (cur == label_index) { in set_trace_label()
510 label_index++; in set_trace_label()
517 if (cur == label_index) { in set_trace_label()
519 label_index++; in set_trace_label()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3565 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in TEST_T32() local
3569 if (!l[label_index].IsBound()) { in TEST_T32()
3570 __ Bind(&l[label_index]); in TEST_T32()
3579 __ Cbz(r0, &l[label_index]); in TEST_T32()
3584 __ Cbnz(r0, &l[label_index]); in TEST_T32()
3591 __ B(&l[label_index], kNear); in TEST_T32()
3596 __ B(ne, &l[label_index], kNear); in TEST_T32()
3693 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in TEST_T32() local
3698 if (!labels[label_index].IsBound()) { in TEST_T32()
3699 __ Bind(&labels[label_index]); in TEST_T32()
[all …]
/external/autotest/tko/
Ddb.py628 for label_index in test.labels:
629 data = {'test_id': test_idx, 'testlabel_id': label_index}