HomeSort by relevance Sort by last modified time
    Searched refs:kYesIndex (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
micro_speech_test.cc 93 const int kYesIndex = 2;
99 uint8_t yes_score = output->data.uint8[kYesIndex];
129 yes_score = output->data.uint8[kYesIndex];
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
pushbutton_test.cc 120 const int kYesIndex = 2;
126 g_yes_score = output->data.uint8[kYesIndex];

Completed in 60 milliseconds