Searched refs:InferenceProcess (Results 1 – 3 of 3) sorted by relevance
15 namespace InferenceProcess namespace43 class InferenceProcess { class45 InferenceProcess(uint8_t *_tensorArena, size_t _tensorArenaSize) in InferenceProcess() function in InferenceProcess::InferenceProcess
24 bool copyOutput(const TfLiteTensor &src, InferenceProcess::DataPtr &dst) in copyOutput()44 namespace InferenceProcess namespace110 bool InferenceProcess::runJob(InferenceJob &job) in runJob()
25 using namespace InferenceProcess;129 class InferenceProcess inferenceProcess(params->tensorArena, params->arenaSize); in inferenceProcessTask()