Home
last modified time | relevance | path

Searched refs:sourceOperandToInputIndex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp555 const std::map<SourceOperandIndex, uint32_t>& sourceOperandToInputIndex, in mapInputsAndOutputs() argument
569 } else if (auto it = sourceOperandToInputIndex.find(sourceOperandIndex); in mapInputsAndOutputs()
570 it != sourceOperandToInputIndex.end()) { in mapInputsAndOutputs()
1122 std::map<SourceOperandIndex, uint32_t> sourceOperandToInputIndex, in Controller() argument
1132 mSourceOperandToInputIndex(std::move(sourceOperandToInputIndex)), in Controller()
1464 const auto& sourceOperandToInputIndex = controller->mSourceOperandToInputIndex; in getBuffer() local
1472 } else if (auto it = sourceOperandToInputIndex.find(operandIndex); in getBuffer()
1473 it != sourceOperandToInputIndex.end()) { in getBuffer()
DExecutionPlan.h302 const std::map<SourceOperandIndex, uint32_t>& sourceOperandToInputIndex,
610 std::map<SourceOperandIndex, uint32_t> sourceOperandToInputIndex,