Searched refs:armnnDelegateOutputTensor (Results 1 – 2 of 2) sorted by relevance
60 auto armnnDelegateOutputTensor = armnnDelegateInterpreter->tensor(armnnDelegateOutputId); in CompareOutputData() local65 CHECK(expectedOutputShape[i] == armnnDelegateOutputTensor->dims->data[i]); in CompareOutputData()67 … CHECK(tfLiteDelegateOutputTensor->dims->data[i] == armnnDelegateOutputTensor->dims->data[i]); in CompareOutputData()
194 auto armnnDelegateOutputTensor = armnnDelegateInterpreter->tensor(armnnDelegateOutputId); in RedefineTest() local197 CHECK(outputShape.size() == armnnDelegateOutputTensor->dims->size); in RedefineTest()201 CHECK(outputShape[i] == armnnDelegateOutputTensor->dims->data[i]); in RedefineTest()202 … CHECK(tfLiteDelegateOutputTensor->dims->data[i] == armnnDelegateOutputTensor->dims->data[i]); in RedefineTest()