Searched refs:copyOutputData (Results 1 – 1 of 1) sorted by relevance
482 std::vector<float> copyOutputData(runtime->GetOutputTensorInfo(netId, 0).GetNumElements()); variable495 0, armnn::Tensor(runtime->GetOutputTensorInfo(netId, 0), copyOutputData.data())504 CHECK(outputData[j] == copyOutputData[j]);