Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp624 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
625 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
626 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
628 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
630 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
644 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
645 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
646 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
648 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
650 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
[all …]
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp1857 const SL_ANeuralNetworksOperandPerformanceInfo opPerf = conv(operandPerformance); in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() local
1858 callback(opPerf, context); in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()