Home
last modified time | relevance | path

Searched defs:tfLiteDelegateOutputData (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DTfliteExecutor.cpp167 auto tfLiteDelegateOutputData = m_TfLiteInterpreter->typed_tensor<float>( in Execute() local
178 auto tfLiteDelegateOutputData = m_TfLiteInterpreter->typed_tensor<int32_t>( in Execute() local
188 auto tfLiteDelegateOutputData = m_TfLiteInterpreter->typed_tensor<uint8_t>( in Execute() local
198 auto tfLiteDelegateOutputData = m_TfLiteInterpreter->typed_tensor<int8_t>( in Execute() local
208 auto tfLiteDelegateOutputData = m_TfLiteInterpreter->typed_tensor<bool>( in Execute() local