Searched refs:GetEvalTensor (Results 1 – 6 of 6) sorted by relevance
36 return context->GetEvalTensor(context, node->inputs->data[index]); in GetMutableEvalInput()50 return context->GetEvalTensor(context, node->outputs->data[index]); in GetEvalOutput()
46 context_.GetEvalTensor = GetEvalTensor; in KernelRunner()85 TfLiteEvalTensor* KernelRunner::GetEvalTensor( in GetEvalTensor() function in tflite::micro::KernelRunner
51 static TfLiteEvalTensor* GetEvalTensor(const struct TfLiteContext* context,
84 context_.GetEvalTensor = GetEvalTensor; in Init()356 TfLiteEvalTensor* MicroInterpreter::GetEvalTensor( in GetEvalTensor() function in tflite::MicroInterpreter
153 static TfLiteEvalTensor* GetEvalTensor(const struct TfLiteContext* context,
804 TfLiteEvalTensor* (*GetEvalTensor)(const struct TfLiteContext* context, member
Completed in 8 milliseconds