Searched defs:sourceOperandIndex (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionPlan.cpp | 230 std::string toString(SourceOperandIndex sourceOperandIndex) { in toString() 326 void DynamicTemporaries::declare(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex, in declare() 344 bool DynamicTemporaries::redeclare(SourceOperandIndex sourceOperandIndex, in redeclare() 386 for (const auto& sourceOperandIndex : sourceOperandIndexesI->second) { in allocate() local 424 SourceOperandIndex sourceOperandIndex, bool mustBeAllocated) const { in lookup() 455 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand() 600 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local 630 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local 657 [this](const SourceOperandIndex& sourceOperandIndex) { in findModelOutputsThatAreDownstreamInputs() 674 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), output.first); in findModelOutputsThatAreDownstreamInputs() local [all …]
|
D | ExecutionBuilder.h | 119 const Operand& getSourceOperand(const std::pair<uint32_t, uint32_t>& sourceOperandIndex) const { in getSourceOperand() argument
|
D | ExecutionPlan.h | 787 const Operand& getSourceOperand(const std::pair<uint32_t, uint32_t>& sourceOperandIndex) const { in getSourceOperand() argument
|
D | ExecutionBuilder.cpp | 1287 const auto sourceOperandIndex = SourceOperandIndex(sourceModelIndex, it->second); in updateOutputShapes() local
|