Home
last modified time | relevance | path

Searched defs:DebugLogUInt32 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
D_main.c30 void DebugLogUInt32(uint32_t i) { am_util_stdio_printf("%d", i); } in DebugLogUInt32() function
Dpushbutton_main.c56 void DebugLogUInt32(uint32_t i) { am_util_stdio_printf("%d", i); } in DebugLogUInt32() function
/external/tensorflow/tensorflow/lite/experimental/micro/
Ddebug_log_numbers.cc169 extern "C" void DebugLogUInt32(uint32_t i) { in DebugLogUInt32() function