Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp595 const std::map<SourceOperandIndex, uint32_t>& sourceOperandToInputIndex, in mapInputsAndOutputs() argument
609 } else if (auto it = sourceOperandToInputIndex.find(sourceOperandIndex); in mapInputsAndOutputs()
610 it != sourceOperandToInputIndex.end()) { in mapInputsAndOutputs()
1174 std::map<SourceOperandIndex, uint32_t> sourceOperandToInputIndex, in Controller() argument
1184 mSourceOperandToInputIndex(std::move(sourceOperandToInputIndex)), in Controller()
1516 const auto& sourceOperandToInputIndex = controller->mSourceOperandToInputIndex; in getBuffer() local
1524 } else if (auto it = sourceOperandToInputIndex.find(operandIndex); in getBuffer()
1525 it != sourceOperandToInputIndex.end()) { in getBuffer()
DExecutionPlan.h302 const std::map<SourceOperandIndex, uint32_t>& sourceOperandToInputIndex,
610 std::map<SourceOperandIndex, uint32_t> sourceOperandToInputIndex,