Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dkernel_util.h36 return context->GetEvalTensor(context, node->inputs->data[index]); in GetMutableEvalInput()
50 return context->GetEvalTensor(context, node->outputs->data[index]); in GetEvalOutput()
A Dkernel_runner.cc46 context_.GetEvalTensor = GetEvalTensor; in KernelRunner()
85 TfLiteEvalTensor* KernelRunner::GetEvalTensor( in GetEvalTensor() function in tflite::micro::KernelRunner
A Dkernel_runner.h51 static TfLiteEvalTensor* GetEvalTensor(const struct TfLiteContext* context,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_interpreter.cc84 context_.GetEvalTensor = GetEvalTensor; in Init()
356 TfLiteEvalTensor* MicroInterpreter::GetEvalTensor( in GetEvalTensor() function in tflite::MicroInterpreter
A Dmicro_interpreter.h153 static TfLiteEvalTensor* GetEvalTensor(const struct TfLiteContext* context,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.h804 TfLiteEvalTensor* (*GetEvalTensor)(const struct TfLiteContext* context, member

Completed in 8 milliseconds