Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp23 float prediction_history[kGestureCount][kPredictionHistoryLength] = {};
34 for (int i = 0; i < kGestureCount; ++i) { in PredictGesture()
48 for (int i = 0; i < kGestureCount; i++) { in PredictGesture()
Dconstants.hpp24 constexpr int kGestureCount = 4; variable