Searched defs:ground_truth_label (Results 1 – 3 of 3) sorted by relevance
58 void SetEvalInputs(void* model_raw_output, std::string* ground_truth_label) { in SetEvalInputs()
58 const std::string& ground_truth_label) { in SetInputs()
97 const string& ground_truth_label = ground_truth.first; in CalculateAccuracyStats() local