Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp49 float prediction_sum = 0.0f; in PredictGesture() local
51 prediction_sum += prediction_history[i][j]; in PredictGesture()
53 const float prediction_average = prediction_sum / kPredictionHistoryLength; in PredictGesture()