Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp1178 static std::string stepsToString(const std::vector<std::string>& steps) { in stepsToString() function in __anon63efd43f0110::PartitioningTest
1217 << "expected: " << stepsToString(expected) << ", actual: " << stepsToString(actual); in checkExecutionPlanSteps()