Lines Matching refs:TOutput
29 typename TInput = ResolveType <ArmnnIType>, typename TOutput = ResolveType <ArmnnOType>>
32 … const std::vector<std::map<int, std::vector<TOutput>>>& expectedOutputData, in AsyncThreadedEndToEndTestImpl()
52 std::vector<std::map<int, std::vector<TOutput>>> outputStorageVec; in AsyncThreadedEndToEndTestImpl()
59 outputStorageVec.emplace_back(std::map<int, std::vector<TOutput>>()); in AsyncThreadedEndToEndTestImpl()
73 std::vector<TOutput> out(it.second.size()); in AsyncThreadedEndToEndTestImpl()
111 std::vector<TOutput> out = outputStorageVec[i].at(it.first); in AsyncThreadedEndToEndTestImpl()
122 typename TInput = ResolveType<ArmnnIType>, typename TOutput = ResolveType<ArmnnOType>>
125 const std::map<int, std::vector<TOutput>>& expectedOutputData, in AsyncEndToEndTestImpl()
160 std::vector<std::map<int, std::vector<TOutput>>> outputStorageVec; in AsyncEndToEndTestImpl()
167 outputStorageVec.emplace_back(std::map<int, std::vector<TOutput>>()); in AsyncEndToEndTestImpl()
172 std::vector<TOutput> out(it.second.size()); in AsyncEndToEndTestImpl()
228 std::vector<TOutput> out = outputStorage.at(it.first); in AsyncEndToEndTestImpl()