Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dkernel_util.h36 return context->GetEvalTensor(context, node->inputs->data[index]); in GetMutableEvalInput()
50 return context->GetEvalTensor(context, node->outputs->data[index]); in GetEvalOutput()
Dkernel_runner.cc46 context_.GetEvalTensor = GetEvalTensor; in KernelRunner()
85 TfLiteEvalTensor* KernelRunner::GetEvalTensor( in GetEvalTensor() function in tflite::micro::KernelRunner
Dkernel_runner.h51 static TfLiteEvalTensor* GetEvalTensor(const struct TfLiteContext* context,
/external/tensorflow/tensorflow/lite/micro/kernels/ethos_u/
Dethosu.cc90 tensor = context->GetEvalTensor(context, node->inputs->data[0]); in Eval()
95 tensor = context->GetEvalTensor(context, node->inputs->data[i]); in Eval()
108 tensor = context->GetEvalTensor(context, node->outputs->data[i]); in Eval()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_interpreter.cc90 TfLiteEvalTensor* ContextHelper::GetEvalTensor( in GetEvalTensor() function in tflite::internal::ContextHelper
174 context_.GetEvalTensor = context_helper_.GetEvalTensor; in Init()
Dmicro_interpreter.h58 static TfLiteEvalTensor* GetEvalTensor(const struct TfLiteContext* context,
/external/tensorflow/tensorflow/lite/c/
Dcommon.h766 TfLiteEvalTensor* (*GetEvalTensor)(const struct TfLiteContext* context, member
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc232 context_.GetEvalTensor = nullptr; in Subgraph()