Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/
Dkernel_util.cc86 inline TfLiteTensor* GetMutableInput(const TfLiteContext* context, in GetMutableInput() function
111 return GetMutableInput(context, node, index); in GetInput()
121 TfLiteTensor* tensor = GetMutableInput(context, node, index); in GetVariableInput()