HomeSort by relevance Sort by last modified time
    Searched refs:DebugLogHex (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/lite/experimental/micro/
debug_log_numbers.h 24 void DebugLogHex(uint32_t i);
debug_log_numbers.cc 175 extern "C" void DebugLogHex(uint32_t i) {
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
_main.c 31 void DebugLogHex(uint32_t i) { am_util_stdio_printf("0x%8x", i); }
pushbutton_main.c 57 void DebugLogHex(uint32_t i) { am_util_stdio_printf("0x%8x", i); }

Completed in 218 milliseconds