Home
last modified time | relevance | path

Searched defs:operandIndex (Results 1 – 14 of 14) sorted by relevance

/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp154 for (uint32_t operandIndex : testModel.main.inputIndexes) { in createRequest() local
178 for (uint32_t operandIndex : testModel.main.outputIndexes) { in createRequest() local
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp415 const uint32_t operandIndex = model->addOperand(&biasType); in makeRnnSpecialInput() local
433 const uint32_t operandIndex = model->addOperand(&permType); in makeTransposeSpecialInput() local
743 const uint32_t operandIndex = model.addOperand(&activationFunctionType); in TEST_P() local
754 const int operandIndex = (this->*(operationPattern.mMakeSpecialInput))( in TEST_P() local
837 uint32_t operandIndex = ~0U; in TEST_P() local
940 [&deadOperands, operationIndex](uint32_t operandIndex) { in TEST_P()
948 const uint32_t operandIndex = valueOperand.first; in TEST_P() local
971 const uint32_t operandIndex = outputs[outputIdx]; in TEST_P() local
DTestOperandExtraParams.cpp121 int operandIndex = nextOperandIndex++; in testAddingWithSymmPerChannelQuantParams() local
DTestValidation.cpp464 const int32_t operandIndex = addTensorOperand(ANEURALNETWORKS_TENSOR_QUANT8_SYMM_PER_CHANNEL); in TEST_F() local
494 const int32_t operandIndex = in TEST_F() local
510 const int32_t operandIndex = in TEST_F() local
530 const int32_t operandIndex = in TEST_F() local
537 const int32_t operandIndex = addTensorOperand(); in TEST_F() local
551 const int32_t operandIndex = addOperand(type); in TEST_F() local
563 const int32_t operandIndex = addOperand(type); in TEST_F() local
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp457 const uint32_t operandIndex = indexList[i]; in identifyInputsAndOutputs() local
847 for (uint32_t operandIndex : mOperations[operationIndex].inputs) { in sortIntoRunOrder() local
871 for (uint32_t operandIndex : operation.outputs) { in sortIntoRunOrder() local
DModelBuilder.h223 uint32_t operandIndex; member
DExecutionPlan.cpp191 for (uint32_t operandIndex : operation.inputs) { in OperandTracker() local
209 for (uint32_t operandIndex : operation.outputs) { in markProcessed() local
260 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole()
1545 SourceOperandIndex operandIndex, bool* value) const { in readConditionValue()
2044 const auto operandIndex = mainModel->getInputOperandIndex(index); in getInputSourceOperand() local
2051 const auto operandIndex = mainModel->getOutputOperandIndex(index); in getOutputSourceOperand() local
2447 const uint32_t operandIndex = operation.inputs[0]; in getPerformance() local
2470 for (uint32_t operandIndex : operandIndexes) { in isControlFlowOperationWithOperandOfUnknownSize() local
DManager.cpp376 for (uint32_t operandIndex : operands) { in getSupportedOperations() local
/packages/modules/NeuralNetworks/shim_and_sl/
DShimConverter.cpp113 uint32_t operandIndex = resultModel.addOperand(&operandType); in convertSubgraphFromHAL() local
/packages/modules/NeuralNetworks/common/
DValidateHal.cpp769 const uint32_t operandIndex = operandIndexes[requestArgumentIndex]; in validateRequestArguments() local
DCpuExecutor.cpp672 const uint32_t operandIndex = indexes[i]; in updateForArguments() local
1865 const uint32_t operandIndex = outputIndexes[i]; in setOutputShapes() local
/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp231 for (uint32_t operandIndex : operation.inputs) { in countNumberOfConsumers() local
DValidation.cpp1163 const uint32_t operandIndex = operandIndexes[requestArgumentIndex]; in validateRequestArgumentsForModel() local
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp78 const uint32_t operandIndex = indexes[i]; in updateForArguments() local