Searched refs:InferenceProcess (Results 1 – 3 of 3) sorted by relevance
16 namespace InferenceProcess namespace44 class InferenceProcess { class46 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()