Home
last modified time | relevance | path

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

/external/armnn/delegate/src/test/
DTransposeTestHelper.hpp162 …auto tfLiteInterpreterOutputData = tfLiteInterpreter->typed_tensor<float>(tfLiteInterpreterOutputI… in TransposeFP32Test() local
168 CHECK(tfLiteInterpreterOutputData[i] == expectedOutputValues[i]); in TransposeFP32Test()
169 CHECK(tfLiteInterpreterOutputData[i] == armnnDelegateOutputData[i]); in TransposeFP32Test()
DSoftmaxTestHelper.hpp158 …auto tfLiteInterpreterOutputData = tfLiteInterpreter->typed_tensor<float>(tfLiteInterpreterOutputI… in SoftmaxTest() local
165 CHECK(armnnUtils::within_percentage_tolerance(tfLiteInterpreterOutputData[i], in SoftmaxTest()