Home
last modified time | relevance | path

Searched refs:how_many_ground_truth_matched (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Daccuracy_utils.h29 how_many_ground_truth_matched(0), in StreamingAccuracyStats()
34 int32 how_many_ground_truth_matched; member
A Daccuracy_utils.cc112 stats->how_many_ground_truth_matched = has_ground_truth_been_matched.size(); in CalculateAccuracyStats()
121 (stats.how_many_ground_truth_matched * 100.0f) / in PrintAccuracyStats()
A Daccuracy_utils_test.cc48 EXPECT_EQ(2, stats.how_many_ground_truth_matched); in TEST()

Completed in 4 milliseconds