Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.cc80 inline TfLiteTensor* GetMutableInput(const TfLiteContext* context, in GetMutableInput() function
105 return GetMutableInput(context, node, index); in GetInput()
115 TfLiteTensor* tensor = GetMutableInput(context, node, index); in GetVariableInput()