OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ground_truth_labels
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
imagenet_topk_eval.h
53
// |
ground_truth_labels
| and |k|.
55
// |
ground_truth_labels
| : an ordered vector of labels for images. This is
57
ImagenetTopKAccuracy(const std::vector<string>&
ground_truth_labels
, int k);
63
// Uses |
ground_truth_labels
| to compute the index of |model_outputs| and
imagenet_topk_eval.cc
38
const std::vector<string>&
ground_truth_labels
, int k)
39
: ground_truth_labels_(
ground_truth_labels
),
43
CHECK_EQ(kNumCategories,
ground_truth_labels
.size());
README.md
18
* `
ground_truth_labels
`: `string` \
132
--
ground_truth_labels
=/data/local/tmp/ilsvrc_validation_labels.txt \
149
--
ground_truth_labels
=${VALIDATION_LABELS} \
Completed in 224 milliseconds