HomeSort by relevance Sort by last modified time
    Searched refs:ground_truth_label (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/examples/speech_commands/
accuracy_utils.cc 97 const string& ground_truth_label = ground_truth.first; local
98 if ((ground_truth_label == found_label) &&
  /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
imagenet_topk_eval.cc 61 string ground_truth_label = ground_truth.scalar<string>()(); local
86 int ground_truth_index = GroundTruthIndex(ground_truth_label);

Completed in 138 milliseconds