OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:label_index
(Results
1 - 11
of
11
) sorted by null
/external/tensorflow/tensorflow/examples/speech_commands/
label_wav.cc
169
const int
label_index
= indices_flat(pos);
local
171
LOG(INFO) << labels_list[
label_index
] << " (" <<
label_index
input_data.py
484
label_index
= self.word_to_index[sample['label']]
485
labels[i - offset] =
label_index
530
label_index
= self.word_to_index[sample['label']]
531
labels.append(words_list[
label_index
])
/external/tensorflow/tensorflow/examples/label_image/
main.cc
248
const int
label_index
= indices_flat(pos);
local
250
LOG(INFO) << labels[
label_index
] << " (" <<
label_index
<< "): " << score;
/external/tensorflow/tensorflow/examples/multibox_detector/
main.cc
295
const int
label_index
= indices_flat(pos);
local
299
DecodeLocation(&locations_encoded(
label_index
* 4),
300
&locations[
label_index
* 8], decoded_location);
312
<< "(" <<
label_index
<< ") score: " << DecodeScore(score);
/external/tensorflow/tensorflow/examples/image_retraining/
retrain.py
540
label_index
= random.randrange(class_count)
541
label_name = list(image_lists.keys())[
label_index
]
550
ground_truths.append(
label_index
)
554
for
label_index
, label_name in enumerate(image_lists.keys()):
564
ground_truths.append(
label_index
)
600
label_index
= random.randrange(class_count)
601
label_name = list(image_lists.keys())[
label_index
]
617
ground_truths.append(
label_index
)
[
all
...]
/external/toolchain-utils/crosperf/
results_organizer.py
179
label_index
= label_indices[benchmark_run.label.name]
180
cur_label_list = result[benchmark.name][
label_index
]
results_report.py
144
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/label_image/
label_image.cc
274
const int
label_index
= indices_flat(pos);
local
276
LOG(INFO) << labels[
label_index
] << " (" <<
label_index
<< "): " << score;
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
camera.cc
318
const int
label_index
= indices_flat(pos);
local
320
LOG(INFO) << labels[
label_index
] << " (" <<
label_index
<< "): " << score;
323
std::cout << labels[
label_index
] << std::endl;
/external/autotest/tko/
db.py
559
for
label_index
in test.labels:
560
data = {'test_id': test_idx, 'testlabel_id':
label_index
}
/external/vixl/test/aarch32/
test-assembler-aarch32.cc
3565
uint32_t
label_index
= static_cast<uint32_t>(mrand48()) % label_count;
local
3693
uint32_t
label_index
= static_cast<uint32_t>(mrand48()) % label_count;
local
[
all
...]
Completed in 539 milliseconds