Home
last modified time | relevance | path

Searched defs:DebugLog (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/bluepill/
Ddebug_log.cc20 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/stm32f4/
Ddebug_log.cc18 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/chre/
Ddebug_log.cc20 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/xcore/
Ddebug_log.cc19 extern "C" void DebugLog(const char* s) { printf("%s", s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/riscv32_mcu/
Ddebug_log.cc21 extern "C" void DebugLog(const char* s) { puts(s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/ecm3531/
Ddebug_log.cc20 extern "C" void DebugLog(const char* s) { EtaCspIoPrintf("%s", s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/
Ddebug_log.cc43 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/spresense/
Ddebug_log.cc20 extern "C" void DebugLog(const char* s) { printf(s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/apollo3evb/
Ddebug_log.cc43 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/himax_we1_evb/
Ddebug_log.cc20 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/mbed/
Ddebug_log.cc21 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/stm32f4HAL/
Ddebug_log.cc43 void DebugLog(const char* s) { fprintf(stderr, "%s", s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/cortex_m_generic/
Ddebug_log.cc33 void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/arduino/
Dsystem_setup.cc30 extern "C" void DebugLog(const char* s) { DEBUG_SERIAL_OBJECT.print(s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/openmvcam/
Ddebug_log.cc27 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/replicaisland/src/com/replica/replicaisland/
DDebugLog.java21 public final class DebugLog { class
24 private DebugLog() { in DebugLog() method in DebugLog
/external/tensorflow/tensorflow/lite/micro/sparkfun_edge/
Dsystem_setup.cc67 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
D_main.c29 void DebugLog(const char* s) { am_util_stdio_printf("%s", s); } in DebugLog() function
Dpushbutton_main.c55 void DebugLog(const char* s) { am_util_stdio_printf("%s", s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/micro/arc_emsdp/
Ddebug_log.cc92 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/pigweed/pw_kvs/
Dentry.cc248 void Entry::DebugLog() const { in DebugLog() function in pw::kvs::internal::Entry