Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/speech_commands/
Daccuracy_utils.cc84 const int64 found_time = found_word.second; in CalculateAccuracyStats() local
85 const int64 earliest_time = found_time - time_tolerance_ms; in CalculateAccuracyStats()
86 const int64 latest_time = found_time + time_tolerance_ms; in CalculateAccuracyStats()