Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp24 int prediction_history_index = 0; variable
35 prediction_history[i][prediction_history_index] = output[i]; in PredictGesture()
38 ++prediction_history_index; in PredictGesture()
39 if (prediction_history_index >= kPredictionHistoryLength) { in PredictGesture()
40 prediction_history_index = 0; in PredictGesture()