Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp23 float prediction_history[kGestureCount][kPredictionHistoryLength] = {}; variable
35 prediction_history[i][prediction_history_index] = output[i]; in PredictGesture()
51 prediction_sum += prediction_history[i][j]; in PredictGesture()