Home
last modified time | relevance | path

Searched defs:GetTensor (Results 1 – 3 of 3) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dkernel_runner.cc81 TfLiteTensor* KernelRunner::GetTensor(const struct TfLiteContext* context, in GetTensor() function in tflite::micro::KernelRunner
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
Dmicro_interpreter.cc349 TfLiteTensor* MicroInterpreter::GetTensor(const struct TfLiteContext* context, in GetTensor() function in tflite::MicroInterpreter
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/c/
Dcommon.h798 TfLiteTensor* (*GetTensor)(const struct TfLiteContext* context, member