Searched refs:opPerf (Results 1 – 2 of 2) sorted by relevance
624 auto& opPerf = ret.operandPerformance; in convertToV1_2() local625 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() local645 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 …]
1857 const SL_ANeuralNetworksOperandPerformanceInfo opPerf = conv(operandPerformance); in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() local1858 callback(opPerf, context); in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()