Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.cpp258 const uint32_t operandIndex = indexList[i]; in identifyInputsAndOutputs() local
354 for (uint32_t operandIndex : mOperations[operationIndex].inputs) { in sortIntoRunOrder() local
377 for (uint32_t operandIndex : operation.outputs) { in sortIntoRunOrder() local
DManager.cpp106 for (uint32_t operandIndex : operands) { in getSupportedOperations() local
DModelBuilder.h125 uint32_t operandIndex; member
DExecutionPlan.cpp101 for (uint32_t operandIndex : operation.inputs) { in OperandTracker() local
120 for (uint32_t operandIndex : operation.outputs) { in markProcessed() local
887 const uint32_t operandIndex = operation.inputs[0]; in getPerformanceInfo() local
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp399 const uint32_t operandIndex = model->addOperand(&biasType); in makeRnnSpecialInput() local
627 const uint32_t operandIndex = model.addOperand(&activationFunctionType); in TEST_P() local
638 const int operandIndex = (this->*(operationPattern.mMakeSpecialInput))( in TEST_P() local
723 uint32_t operandIndex = ~0U; in TEST_P() local
820 [&deadOperands, operationIndex](uint32_t operandIndex) { in TEST_P()
828 const uint32_t operandIndex = valueOperand.first; in TEST_P() local
851 const uint32_t operandIndex = outputs[outputIdx]; in TEST_P() local
/frameworks/ml/nn/common/
DValidateHal.cpp447 const uint32_t operandIndex = operandIndexes[requestArgumentIndex]; in validateRequestArguments() local
DCpuExecutor.cpp276 const uint32_t operandIndex = indexes[i]; in initializeRunTimeInfo() local