Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyHalUtils.cpp667 const auto& inputOpPerf = capabilities.operandPerformance; in convertToV1_2() local
669 opPerfSupported.resize(inputOpPerf.size()); in convertToV1_2()
671 std::copy_if(inputOpPerf.begin(), inputOpPerf.end(), opPerfSupported.begin(), in convertToV1_2()