Searched refs:tfLiteDelegateOutputTensor (Results 1 – 2 of 2) sorted by relevance
57 auto tfLiteDelegateOutputTensor = tfLiteInterpreter->tensor(tfLiteDelegateOutputId); in CompareOutputData() local66 CHECK(tfLiteDelegateOutputTensor->dims->data[i] == expectedOutputShape[i]); in CompareOutputData()67 … CHECK(tfLiteDelegateOutputTensor->dims->data[i] == armnnDelegateOutputTensor->dims->data[i]); in CompareOutputData()
191 auto tfLiteDelegateOutputTensor = tfLiteInterpreter->tensor(tfLiteDelegateOutputId); in RedefineTest() local196 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()