Searched refs:HandleOutput (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/ |
D | output_handler_test.cc | 24 HandleOutput(µ_error_reporter, 0); in TF_LITE_MICRO_TEST() 25 HandleOutput(µ_error_reporter, 1); in TF_LITE_MICRO_TEST() 26 HandleOutput(µ_error_reporter, 2); in TF_LITE_MICRO_TEST() 27 HandleOutput(µ_error_reporter, 3); in TF_LITE_MICRO_TEST()
|
D | output_handler.h | 22 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind);
|
D | output_handler.cc | 18 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind) { in HandleOutput() function
|
D | main_functions.cc | 121 HandleOutput(error_reporter, gesture_index); in loop()
|
/external/libchrome/base/debug/ |
D | stack_trace_posix.cc | 129 virtual void HandleOutput(const char* output) = 0; 140 handler->HandleOutput("0x"); in OutputPointer() 143 handler->HandleOutput(buf); in OutputPointer() 152 handler->HandleOutput("#"); in OutputFrameId() 154 handler->HandleOutput(buf); in OutputFrameId() 167 handler->HandleOutput(" "); in ProcessBacktrace() 169 handler->HandleOutput(" "); in ProcessBacktrace() 177 handler->HandleOutput(buf); in ProcessBacktrace() 179 handler->HandleOutput("<unknown>"); in ProcessBacktrace() 181 handler->HandleOutput("\n"); in ProcessBacktrace() [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/ |
D | output_handler.h | 23 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value,
|
D | output_handler_test.cc | 28 HandleOutput(µ_error_reporter, 0, 0); in TF_LITE_MICRO_TEST()
|
D | output_handler.cc | 18 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function
|
D | main_functions.cc | 115 HandleOutput(error_reporter, x, y); in loop()
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/arduino/ |
D | output_handler.cc | 28 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/arduino/ |
D | output_handler.cc | 26 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind) { in HandleOutput() function
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/sparkfun_edge/ |
D | output_handler.cc | 37 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/sparkfun_edge/ |
D | output_handler.cc | 28 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind) { in HandleOutput() function
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/disco_f746ng/ |
D | output_handler.cc | 40 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function
|