Home
last modified time | relevance | path

Searched refs:operandIndexes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp751 const hardware::hidl_vec<uint32_t>& operandIndexes, in validateRequestArguments() argument
756 if (requestArgumentCount != operandIndexes.size()) { in validateRequestArguments()
758 << "s but the model has " << operandIndexes.size(); in validateRequestArguments()
768 const uint32_t operandIndex = operandIndexes[requestArgumentIndex]; in validateRequestArguments()
DValidation.cpp1168 const std::vector<uint32_t>& operandIndexes, const std::vector<Operand>& operands, in validateRequestArgumentsForModel() argument
1174 NN_VALIDATE_EQ(requestArgumentCount, operandIndexes.size()) in validateRequestArgumentsForModel()
1176 << operandIndexes.size(); in validateRequestArgumentsForModel()
1183 const uint32_t operandIndex = operandIndexes[requestArgumentIndex]; in validateRequestArgumentsForModel()
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2416 const std::vector<uint32_t>& operandIndexes) { in isControlFlowOperationWithOperandOfUnknownSize() argument
2417 for (uint32_t operandIndex : operandIndexes) { in isControlFlowOperationWithOperandOfUnknownSize()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec7031 * operation. The offset is the index in the operandIndexes table.
7037 * operation. The offset is the index in the operandIndexes table.