Home
last modified time | relevance | path

Searched defs:sourceOperandIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp196 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand()
346 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local
367 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local
388 auto recordAsOutputIfTemporary = [this](const SourceOperandIndex& sourceOperandIndex) { in findTempsAsStepModelOutputs()
403 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), input.first); in findTempsAsStepModelOutputs() local
408 for (const SourceOperandIndex& sourceOperandIndex : step->outerInputOperands) { in findTempsAsStepModelOutputs() local
412 for (const SourceOperandIndex& sourceOperandIndex : step->outerInputOperands) { in findTempsAsStepModelOutputs() local
520 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
530 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
540 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
[all …]
DExecutionBuilder.h102 const std::pair<uint32_t, uint32_t>& sourceOperandIndex) const { in getSourceOperand() argument