Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp67 if ((max_predict_index == kNoGesture) || in PredictGesture()
70 return kNoGesture; in PredictGesture()
Dconstants.hpp28 constexpr int kNoGesture = 3; variable