Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/samples/modules/tflite-micro/hello_world/src/
Dconstants.c20 const int kInferencesPerCycle = 20; variable
Dconstants.h33 extern const int kInferencesPerCycle;
Dmain_functions.cpp98 static_cast < float > (kInferencesPerCycle); in loop()
128 if (inference_count >= kInferencesPerCycle) inference_count = 0; in loop()