Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dtest_streaming_accuracy.cc245 tensorflow::StreamingAccuracyStats previous_stats; in main() local
283 previous_stats.how_many_false_positives; in main()
285 previous_stats.how_many_correct_words; in main()
287 stats.how_many_wrong_words - previous_stats.how_many_wrong_words; in main()
300 previous_stats = stats; in main()

Completed in 3 milliseconds