/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/sparkfun_edge/ |
D | audio_provider.cc | 76 TF_LITE_REPORT_ERROR(error_reporter, "Error - configuring ADC DMA failed."); in adc_start_dma() 91 TF_LITE_REPORT_ERROR(error_reporter, in adc_config0() 98 TF_LITE_REPORT_ERROR(error_reporter, "Error - ADC0 power on failed."); in adc_config0() 112 TF_LITE_REPORT_ERROR(error_reporter, "Error - configuring ADC0 failed."); in adc_config0() 123 TF_LITE_REPORT_ERROR(error_reporter, in adc_config0() 135 TF_LITE_REPORT_ERROR(error_reporter, in adc_config0() 149 TF_LITE_REPORT_ERROR(error_reporter, "Error - enabling ADC0 failed."); in adc_config0() 182 TF_LITE_REPORT_ERROR(error_reporter, "Apollo3 Burst Mode is Available\n"); in enable_burst_mode() 184 TF_LITE_REPORT_ERROR(error_reporter, in enable_burst_mode() 188 TF_LITE_REPORT_ERROR(error_reporter, in enable_burst_mode() [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arduino/ |
D | image_provider.cc | 73 TF_LITE_REPORT_ERROR(error_reporter, "Attempting to start Arducam"); in InitCamera() 91 TF_LITE_REPORT_ERROR(error_reporter, "Can't communicate with Arducam"); in InitCamera() 107 TF_LITE_REPORT_ERROR(error_reporter, "Starting capture"); in PerformCapture() 116 TF_LITE_REPORT_ERROR(error_reporter, "Image captured"); in PerformCapture() 127 TF_LITE_REPORT_ERROR(error_reporter, "Reading %d bytes from Arducam", in ReadData() 131 TF_LITE_REPORT_ERROR(error_reporter, "Too many bytes in FIFO buffer (%d)", in ReadData() 136 TF_LITE_REPORT_ERROR(error_reporter, "No data in Arducam FIFO buffer"); in ReadData() 145 TF_LITE_REPORT_ERROR(error_reporter, "Finished reading"); in ReadData() 154 TF_LITE_REPORT_ERROR(error_reporter, in DecodeAndProcessImage() 235 TF_LITE_REPORT_ERROR(error_reporter, "Image decoded and processed"); in DecodeAndProcessImage() [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/apollo3evb/ |
D | image_provider.cc | 90 TF_LITE_REPORT_ERROR(error_reporter, "Apollo3 Burst Mode is Available\n"); in boost_mode_enable() 92 TF_LITE_REPORT_ERROR(error_reporter, in boost_mode_enable() 97 TF_LITE_REPORT_ERROR(error_reporter, in boost_mode_enable() 104 TF_LITE_REPORT_ERROR(error_reporter, in boost_mode_enable() 108 TF_LITE_REPORT_ERROR(error_reporter, in boost_mode_enable() 116 TF_LITE_REPORT_ERROR(error_reporter, in boost_mode_enable() 120 TF_LITE_REPORT_ERROR(error_reporter, in boost_mode_enable() 129 TF_LITE_REPORT_ERROR(error_reporter, "Initializing HM01B0...\n"); in InitCamera()
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3evb/ |
D | audio_provider.cc | 147 TF_LITE_REPORT_ERROR(error_reporter, "Apollo3 Burst Mode is Available\n"); in enable_burst_mode() 149 TF_LITE_REPORT_ERROR(error_reporter, in enable_burst_mode() 153 TF_LITE_REPORT_ERROR(error_reporter, in enable_burst_mode() 160 TF_LITE_REPORT_ERROR(error_reporter, in enable_burst_mode() 164 TF_LITE_REPORT_ERROR(error_reporter, in enable_burst_mode() 249 TF_LITE_REPORT_ERROR(error_reporter, "Error - configuring PDM DMA failed."); in pdm_start_dma() 315 TF_LITE_REPORT_ERROR(g_pdm_dma_error_reporter, in am_pdm0_isr() 322 TF_LITE_REPORT_ERROR(g_pdm_dma_error_reporter, in am_pdm0_isr() 378 TF_LITE_REPORT_ERROR(error_reporter, in InitAudioRecording() 389 TF_LITE_REPORT_ERROR(error_reporter, in InitAudioRecording() [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/sparkfun_edge/ |
D | image_provider.cc | 99 TF_LITE_REPORT_ERROR(error_reporter, "Apollo3 Burst Mode is Available\n"); in burst_mode_enable() 101 TF_LITE_REPORT_ERROR(error_reporter, in burst_mode_enable() 106 TF_LITE_REPORT_ERROR(error_reporter, in burst_mode_enable() 113 TF_LITE_REPORT_ERROR(error_reporter, in burst_mode_enable() 117 TF_LITE_REPORT_ERROR(error_reporter, in burst_mode_enable() 125 TF_LITE_REPORT_ERROR(error_reporter, in burst_mode_enable() 129 TF_LITE_REPORT_ERROR(error_reporter, in burst_mode_enable() 138 TF_LITE_REPORT_ERROR(error_reporter, "Initializing HM01B0...\n"); in InitCamera()
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/esp/ |
D | image_provider.cc | 38 TF_LITE_REPORT_ERROR(error_reporter, "Camera init failed\n"); in InitCamera() 41 TF_LITE_REPORT_ERROR(error_reporter, "Camera Initialized\n"); in InitCamera() 61 TF_LITE_REPORT_ERROR(error_reporter, "Image Captured\n"); in PerformCapture() 75 TF_LITE_REPORT_ERROR(error_reporter, "InitCamera failed\n"); in GetImage() 84 TF_LITE_REPORT_ERROR(error_reporter, "PerformCapture failed\n"); in GetImage()
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_error_reporter_test.cc | 22 TF_LITE_REPORT_ERROR(error_reporter, "Number: %d", 42); in main() 23 TF_LITE_REPORT_ERROR(error_reporter, "Badly-formed format string %"); in main() 24 TF_LITE_REPORT_ERROR(error_reporter, in main() 26 TF_LITE_REPORT_ERROR(error_reporter, "~~~%s~~~", "ALL TESTS PASSED"); in main()
|
D | micro_interpreter.cc | 78 TF_LITE_REPORT_ERROR(helper->error_reporter_, format, args); in ReportOpError() 164 TF_LITE_REPORT_ERROR(error_reporter_, in Init() 185 TF_LITE_REPORT_ERROR(error_reporter_, in AllocateTensors() 231 TF_LITE_REPORT_ERROR( in AllocateTensors() 259 TF_LITE_REPORT_ERROR( in AllocateTensors() 271 TF_LITE_REPORT_ERROR(error_reporter_, in AllocateTensors() 283 TF_LITE_REPORT_ERROR( in AllocateTensors() 295 TF_LITE_REPORT_ERROR(error_reporter_, in AllocateTensors() 309 TF_LITE_REPORT_ERROR(error_reporter_, in Invoke() 343 TF_LITE_REPORT_ERROR( in Invoke() [all …]
|
D | micro_allocator.cc | 114 TF_LITE_REPORT_ERROR(error_reporter, "==== Model metadata info: ====="); in CheckOfflinePlannedOffsets() 115 TF_LITE_REPORT_ERROR(error_reporter, in CheckOfflinePlannedOffsets() 120 TF_LITE_REPORT_ERROR( in CheckOfflinePlannedOffsets() 127 TF_LITE_REPORT_ERROR(error_reporter, "Version not supported! (%d)\n", in CheckOfflinePlannedOffsets() 132 TF_LITE_REPORT_ERROR(error_reporter, in CheckOfflinePlannedOffsets() 138 TF_LITE_REPORT_ERROR(error_reporter, in CheckOfflinePlannedOffsets() 257 TF_LITE_REPORT_ERROR( in AddTensors() 304 TF_LITE_REPORT_ERROR(reporter_, in GetOfflinePlannedOffsets() 412 TF_LITE_REPORT_ERROR( in FlatBufferVectorToTfLiteTypeArray() 533 TF_LITE_REPORT_ERROR(error_reporter, in InitializeTfLiteTensorFromFlatbuffer() [all …]
|
D | recording_micro_allocator.cc | 66 TF_LITE_REPORT_ERROR(error_reporter(), "Invalid allocation type supplied: %d", in GetRecordedAllocation() 77 TF_LITE_REPORT_ERROR( in PrintAllocations() 81 TF_LITE_REPORT_ERROR( in PrintAllocations() 85 TF_LITE_REPORT_ERROR( in PrintAllocations() 122 TF_LITE_REPORT_ERROR( in PrintRecordedAllocation()
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/sparkfun_edge/ |
D | accelerometer_handler.cc | 127 TF_LITE_REPORT_ERROR(error_reporter, in SetupAccelerometer() 138 TF_LITE_REPORT_ERROR(error_reporter, "Failed to enable FIFO buffer."); in SetupAccelerometer() 142 TF_LITE_REPORT_ERROR(error_reporter, "Failed to clear FIFO buffer."); in SetupAccelerometer() 147 TF_LITE_REPORT_ERROR(error_reporter, "Failed to set streaming mode."); in SetupAccelerometer() 151 TF_LITE_REPORT_ERROR(error_reporter, "Magic starts!"); in SetupAccelerometer() 161 TF_LITE_REPORT_ERROR(error_reporter, "Failed to get FIFO status."); in ReadAccelerometer() 183 TF_LITE_REPORT_ERROR(error_reporter, "Failed to get raw data."); in ReadAccelerometer()
|
D | output_handler.cc | 45 TF_LITE_REPORT_ERROR( in HandleOutput() 54 TF_LITE_REPORT_ERROR( in HandleOutput() 63 TF_LITE_REPORT_ERROR( in HandleOutput()
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/ |
D | main_functions.cc | 63 TF_LITE_REPORT_ERROR(error_reporter, in setup() 100 TF_LITE_REPORT_ERROR(error_reporter, "AllocateTensors() failed"); in setup() 110 TF_LITE_REPORT_ERROR(error_reporter, in setup() 137 TF_LITE_REPORT_ERROR(error_reporter, "Feature generation failed"); in loop() 155 TF_LITE_REPORT_ERROR(error_reporter, "Invoke failed"); in loop() 168 TF_LITE_REPORT_ERROR(error_reporter, in loop()
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/ceva/ |
D | main_functions.cc | 87 TF_LITE_REPORT_ERROR(error_reporter, in setup_tf() 123 TF_LITE_REPORT_ERROR(error_reporter, "AllocateTensors() failed"); in setup_tf() 133 TF_LITE_REPORT_ERROR(error_reporter, in setup_tf() 165 TF_LITE_REPORT_ERROR(error_reporter, "Feature generation failed"); in detection_loop() 183 TF_LITE_REPORT_ERROR(error_reporter, "Invoke failed"); in detection_loop() 197 TF_LITE_REPORT_ERROR(error_reporter, in detection_loop()
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/ |
D | person_detection_test.cc | 41 TF_LITE_REPORT_ERROR(µ_error_reporter, in TF_LITE_MICRO_TEST() 84 TF_LITE_REPORT_ERROR(µ_error_reporter, "Invoke failed\n"); in TF_LITE_MICRO_TEST() 99 TF_LITE_REPORT_ERROR(µ_error_reporter, in TF_LITE_MICRO_TEST() 110 TF_LITE_REPORT_ERROR(µ_error_reporter, "Invoke failed\n"); in TF_LITE_MICRO_TEST() 125 TF_LITE_REPORT_ERROR( in TF_LITE_MICRO_TEST() 131 TF_LITE_REPORT_ERROR(µ_error_reporter, "Ran successfully\n"); in TF_LITE_MICRO_TEST()
|
D | main_functions.cc | 61 TF_LITE_REPORT_ERROR(error_reporter, in setup() 92 TF_LITE_REPORT_ERROR(error_reporter, "AllocateTensors() failed"); in setup() 105 TF_LITE_REPORT_ERROR(error_reporter, "Image capture failed."); in loop() 110 TF_LITE_REPORT_ERROR(error_reporter, "Invoke failed."); in loop()
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/ |
D | output_handler.cc | 21 TF_LITE_REPORT_ERROR( in HandleOutput() 27 TF_LITE_REPORT_ERROR( in HandleOutput() 33 TF_LITE_REPORT_ERROR( in HandleOutput()
|
D | main_functions.cc | 57 TF_LITE_REPORT_ERROR(error_reporter, in setup() 90 TF_LITE_REPORT_ERROR(error_reporter, in setup() 99 TF_LITE_REPORT_ERROR(error_reporter, "Set up failed\n"); in setup() 113 TF_LITE_REPORT_ERROR(error_reporter, "Invoke failed on index: %d\n", in loop()
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/zephyr_riscv/src/ |
D | accelerometer_handler.cc | 38 TF_LITE_REPORT_ERROR(error_reporter, in SetupAccelerometer() 42 TF_LITE_REPORT_ERROR(error_reporter, "Got accelerometer, label: %s\n", in SetupAccelerometer() 56 TF_LITE_REPORT_ERROR(error_reporter, "Fetch failed\n"); in ReadAccelerometer() 68 TF_LITE_REPORT_ERROR(error_reporter, "ERROR: Update failed: %d\n", rc); in ReadAccelerometer()
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/arduino/ |
D | output_handler.cc | 36 TF_LITE_REPORT_ERROR( in HandleOutput() 43 TF_LITE_REPORT_ERROR( in HandleOutput() 50 TF_LITE_REPORT_ERROR( in HandleOutput()
|
D | accelerometer_handler.cc | 43 TF_LITE_REPORT_ERROR(error_reporter, "Failed to initialize IMU"); in SetupAccelerometer() 57 TF_LITE_REPORT_ERROR(error_reporter, "Magic starts!"); in SetupAccelerometer() 71 TF_LITE_REPORT_ERROR(error_reporter, "Failed to read data"); in ReadAccelerometer()
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_model.cc | 147 TF_LITE_REPORT_ERROR(error_reporter, "Expected bias tensor shape to be 1."); in QuantizeBias() 157 TF_LITE_REPORT_ERROR( in QuantizeBias() 165 TF_LITE_REPORT_ERROR(error_reporter, in QuantizeBias() 171 TF_LITE_REPORT_ERROR(error_reporter, in QuantizeBias() 187 TF_LITE_REPORT_ERROR( in QuantizeBias() 398 TF_LITE_REPORT_ERROR( in SetInputAndOutputTypes() 416 TF_LITE_REPORT_ERROR( in SetInputAndOutputTypes() 464 TF_LITE_REPORT_ERROR( in ApplyConstraints() 475 TF_LITE_REPORT_ERROR( in ApplyConstraints() 607 TF_LITE_REPORT_ERROR( in QuantizeOpInput() [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/image_recognition_experimental/ |
D | main.cc | 46 TF_LITE_REPORT_ERROR(error_reporter, "Failed to init camera."); in main() 52 TF_LITE_REPORT_ERROR(error_reporter, in main() 83 TF_LITE_REPORT_ERROR(error_reporter, "Wrong input type."); in main() 88 TF_LITE_REPORT_ERROR(error_reporter, "Invoke failed."); in main()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | op_resolver.cc | 35 TF_LITE_REPORT_ERROR( in GetRegistrationFromOpCode() 44 TF_LITE_REPORT_ERROR( in GetRegistrationFromOpCode() 53 TF_LITE_REPORT_ERROR( in GetRegistrationFromOpCode()
|
/external/tensorflow/tensorflow/lite/micro/examples/network_tester/ |
D | network_tester_test.cc | 78 TF_LITE_REPORT_ERROR(µ_error_reporter, in TF_LITE_MICRO_TEST() 92 TF_LITE_REPORT_ERROR(µ_error_reporter, "Tensor allocation failed\n"); in TF_LITE_MICRO_TEST() 103 TF_LITE_REPORT_ERROR(µ_error_reporter, "Invoke failed\n"); in TF_LITE_MICRO_TEST() 134 TF_LITE_REPORT_ERROR(µ_error_reporter, "Ran successfully\n"); in TF_LITE_MICRO_TEST()
|