Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp24 bool copyOutput(const TfLiteTensor &src, InferenceProcess::DataPtr &dst) in copyOutput() function
170 if (copyOutput(*interpreter.output(i), job.output[i])) { in runJob()