HomeSort by relevance Sort by last modified time
    Searched full:recognize_status (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/examples/speech_commands/
test_streaming_accuracy.cc 268 Status recognize_status = recognize_commands.ProcessLatestResults( local
270 if (!recognize_status.ok()) {
271 LOG(ERROR) << "Recognition processing failed: " << recognize_status;

Completed in 243 milliseconds