Searched refs:tfLiteInterpreterOutputData (Results 1 – 2 of 2) sorted by relevance
162 …auto tfLiteInterpreterOutputData = tfLiteInterpreter->typed_tensor<float>(tfLiteInterpreterOutputI… in TransposeFP32Test() local168 CHECK(tfLiteInterpreterOutputData[i] == expectedOutputValues[i]); in TransposeFP32Test()169 CHECK(tfLiteInterpreterOutputData[i] == armnnDelegateOutputData[i]); in TransposeFP32Test()
158 …auto tfLiteInterpreterOutputData = tfLiteInterpreter->typed_tensor<float>(tfLiteInterpreterOutputI… in SoftmaxTest() local165 CHECK(armnnUtils::within_percentage_tolerance(tfLiteInterpreterOutputData[i], in SoftmaxTest()