Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-155.md24 TfLiteTensor* tensor = GetMutableInput(context, node, index);
30 [`GetMutableInput`](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b19…
/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.cc87 inline TfLiteTensor* GetMutableInput(const TfLiteContext* context, in GetMutableInput() function
112 return GetMutableInput(context, node, index); in GetInput()
122 TfLiteTensor* tensor = GetMutableInput(context, node, index); in GetVariableInput()