Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DTypes.cpp74 std::vector<OperandPerformance> operandPerformances) in OperandPerformanceTable() argument
75 : mSorted(std::move(operandPerformances)) {} in OperandPerformanceTable()
78 std::vector<OperandPerformance> operandPerformances) { in create() argument
80 const bool isUnique = std::adjacent_find(operandPerformances.begin(), operandPerformances.end(), in create()
81 notUnique) == operandPerformances.end(); in create()
87 return Capabilities::OperandPerformanceTable(std::move(operandPerformances)); in create()
DTypeUtils.cpp651 const Capabilities::OperandPerformanceTable& operandPerformances) { in operator <<() argument
652 return os << operandPerformances.asVector(); in operator <<()
DValidation.cpp309 const Capabilities::OperandPerformanceTable& operandPerformances) { in validateCapabilitiesOperandPerformanceTable() argument
313 NN_TRY(validateVector(operandPerformances.asVector(), validateCapabilitiesOperandPerformance)); in validateCapabilitiesOperandPerformanceTable()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h274 std::vector<OperandPerformance> operandPerformances);
280 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);
DTypeUtils.h106 const Capabilities::OperandPerformanceTable& operandPerformances);