Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp40 std::vector<nn::Capabilities::OperandPerformance> operandPerformances = { in makeQuantized8PerformanceConsistentWithP() local
50 return nn::Capabilities::OperandPerformanceTable::create(std::move(operandPerformances)) in makeQuantized8PerformanceConsistentWithP()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp762 std::vector<OperandPerformance> operandPerformances; in unvalidatedConvert() local
763 operandPerformances.reserve(table.asVector().size()); in unvalidatedConvert()
765 operandPerformances.push_back(NN_TRY(unvalidatedConvert(operandPerformance))); in unvalidatedConvert()
767 return operandPerformances; in unvalidatedConvert()