Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.cc43 inline TfLiteTensor* GetTensorAtIndex(const TfLiteContext* context, in GetTensorAtIndex() function
94 return GetTensorAtIndex(context, tensor_index); in GetMutableInput()
104 *tensor = GetTensorAtIndex(context, tensor_index); in GetMutableInputSafe()
134 return GetTensorAtIndex(context, tensor_index); in GetOutput()
143 *tensor = GetTensorAtIndex(context, tensor_index); in GetOutputSafe()
160 return GetTensorAtIndex(context, tensor_index); in GetTemporary()
170 *tensor = GetTensorAtIndex(context, tensor_index); in GetTemporarySafe()
181 return GetTensorAtIndex(context, tensor_index); in GetIntermediates()
191 *tensor = GetTensorAtIndex(context, tensor_index); in GetIntermediatesSafe()