Home
last modified time | relevance | path

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

/external/armnn/delegate/src/test/
DTestUtils.hpp57 auto tfLiteDelegateOutputTensor = tfLiteInterpreter->tensor(tfLiteDelegateOutputId); in CompareOutputData() local
66 CHECK(tfLiteDelegateOutputTensor->dims->data[i] == expectedOutputShape[i]); in CompareOutputData()
67 … CHECK(tfLiteDelegateOutputTensor->dims->data[i] == armnnDelegateOutputTensor->dims->data[i]); in CompareOutputData()
DRedefineTestHelper.hpp191 auto tfLiteDelegateOutputTensor = tfLiteInterpreter->tensor(tfLiteDelegateOutputId); in RedefineTest() local
196 CHECK(outputShape.size() == tfLiteDelegateOutputTensor->dims->size); in RedefineTest()
199 for (size_t i = 0; i < static_cast<size_t>(tfLiteDelegateOutputTensor->dims->size); i++) in RedefineTest()
202 … CHECK(tfLiteDelegateOutputTensor->dims->data[i] == armnnDelegateOutputTensor->dims->data[i]); in RedefineTest()