Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/test/
H A DSubgraphViewTests.cpp137 std::vector<T> ToSortedArray(Iterator begin, Iterator end) in ToSortedArray() function
163 … auto resultLayers = ToSortedArray<IConnectableLayer*>(result->GetIConnectableLayers().begin(), in CompareSubgraphViews()
165 … auto expectedLayers = ToSortedArray<IConnectableLayer*>(expected->GetIConnectableLayers().begin(), in CompareSubgraphViews()
169 auto resultInputs = ToSortedArray<IInputSlot *>(result->GetIInputSlots().begin(), in CompareSubgraphViews()
171 auto expectedInputs = ToSortedArray<IInputSlot *>(expected->GetIInputSlots().begin(), in CompareSubgraphViews()
175 auto resultOutputs = ToSortedArray<IOutputSlot *>(result->GetIOutputSlots().begin(), in CompareSubgraphViews()
177 auto expectedOutputs = ToSortedArray<IOutputSlot *>(expected->GetIOutputSlots().begin(), in CompareSubgraphViews()