Searched defs:ground_truth (Results 1 – 8 of 8) sorted by relevance
27 Status EvalPipeline::Run(const Tensor& input, const Tensor& ground_truth) { in Run()
37 const Tensor& ground_truth) override { in ComputeEval()46 Tensor ground_truth() { return ground_truth_; } in ground_truth() function in tensorflow::metrics::__anon7671d8850111::NoOpAccuracyEval
76 const Tensor& ground_truth) override { in ComputeEval()
70 for (const std::pair<string, int64>& ground_truth : ground_truth_list) { in CalculateAccuracyStats() local88 for (const std::pair<string, int64>& ground_truth : ground_truth_list) { in CalculateAccuracyStats() local
33 std::vector<std::pair<string, int64>> ground_truth; in TEST() local
137 string ground_truth = ""; in main() local
40 std::vector<string> ground_truth; in CreateGroundTruth() local
47 const std::vector<Tensor>& model_outputs, const Tensor& ground_truth) { in ComputeEval()