Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp46 int max_predict_index = -1; in PredictGesture() local
54 if ((max_predict_index == -1) || (prediction_average > max_predict_score)) { in PredictGesture()
55 max_predict_index = i; in PredictGesture()
67 if ((max_predict_index == kNoGesture) || in PredictGesture()
76 return max_predict_index; in PredictGesture()