Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/
Doutput_handler_test.cc24 HandleOutput(&micro_error_reporter, 0); in TF_LITE_MICRO_TEST()
25 HandleOutput(&micro_error_reporter, 1); in TF_LITE_MICRO_TEST()
26 HandleOutput(&micro_error_reporter, 2); in TF_LITE_MICRO_TEST()
27 HandleOutput(&micro_error_reporter, 3); in TF_LITE_MICRO_TEST()
Doutput_handler.h22 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind);
Doutput_handler.cc18 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind) { in HandleOutput() function
Dmain_functions.cc121 HandleOutput(error_reporter, gesture_index); in loop()
/external/libchrome/base/debug/
Dstack_trace_posix.cc129 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/
Doutput_handler.h23 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value,
Doutput_handler_test.cc28 HandleOutput(&micro_error_reporter, 0, 0); in TF_LITE_MICRO_TEST()
Doutput_handler.cc18 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function
Dmain_functions.cc115 HandleOutput(error_reporter, x, y); in loop()
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/arduino/
Doutput_handler.cc28 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/arduino/
Doutput_handler.cc26 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind) { in HandleOutput() function
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/sparkfun_edge/
Doutput_handler.cc37 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/sparkfun_edge/
Doutput_handler.cc28 void HandleOutput(tflite::ErrorReporter* error_reporter, int kind) { in HandleOutput() function
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/disco_f746ng/
Doutput_handler.cc40 void HandleOutput(tflite::ErrorReporter* error_reporter, float x_value, in HandleOutput() function