Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/
Drecognize_commands.cc81 const int64_t earliest_time = previous_results_.front().time_; in ProcessLatestResults() local
82 const int64_t samples_duration = current_time_ms - earliest_time; in ProcessLatestResults()