Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/
Dmicro_string.cc32 constexpr int kMaxIntCharsNeeded = 10 + 1; variable
246 if (usable_length - output_index < kMaxIntCharsNeeded) { in MicroVsnprintf()
255 if (usable_length - output_index < kMaxIntCharsNeeded) { in MicroVsnprintf()