Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp85 std::vector<OperandPerformance> operandPerformances) in OperandPerformanceTable() argument
86 : mSorted(std::move(operandPerformances)) {} in OperandPerformanceTable()
89 std::vector<OperandPerformance> operandPerformances) { in create() argument
91 const bool isUnique = std::adjacent_find(operandPerformances.begin(), operandPerformances.end(), in create()
92 notUnique) == operandPerformances.end(); in create()
98 return Capabilities::OperandPerformanceTable(std::move(operandPerformances)); in create()
DTypeUtils.cpp525 const Capabilities::OperandPerformanceTable& operandPerformances) { in operator <<() argument
526 return os << operandPerformances.asVector(); in operator <<()
DValidation.cpp278 const Capabilities::OperandPerformanceTable& operandPerformances) { in validateCapabilitiesOperandPerformanceTable() argument
282 NN_TRY(validateVector(operandPerformances.asVector(), validateCapabilitiesOperandPerformance)); in validateCapabilitiesOperandPerformanceTable()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h287 std::vector<OperandPerformance> operandPerformances);
293 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);
DTypeUtils.h106 const Capabilities::OperandPerformanceTable& operandPerformances);
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec7124 std::vector<OperandPerformance> operandPerformances);
7130 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);