Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/common/src/test/
H A DDelegateTestInterpreter.hpp68 …TfLiteTensor* inputTensor = delegateTestInterpreter::GetInputTensorFromInterpreter(m_TfLiteInterpr… in FillInputTensor()
77 …TfLiteTensor* inputTensor = delegateTestInterpreter::GetInputTensorFromInterpreter(m_TfLiteInterpr… in FillInputTensor()
H A DDelegateTestInterpreterUtils.hpp19 inline TfLiteTensor* GetInputTensorFromInterpreter(TfLiteInterpreter* interpreter, int index) in GetInputTensorFromInterpreter() function