Searched refs:kInferencesPerCycle (Results 1 – 3 of 3) sorted by relevance
20 const int kInferencesPerCycle = 20; variable
33 extern const int kInferencesPerCycle;
98 static_cast < float > (kInferencesPerCycle); in loop()128 if (inference_count >= kInferencesPerCycle) inference_count = 0; in loop()