Home
last modified time | relevance | path

Searched defs:SourceOperandIndex (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp552 const std::map<SourceOperandIndex, StaticTemporaryLocation>& in mapInputsAndOutputs()
1120 std::map<SourceOperandIndex, StaticTemporaryLocation> sourceOperandToLocationOfTemporary, in Controller()
1124 const std::map<SourceOperandIndex, ConstantCopyLocation>& sourceOperandToConstantCopy, in Controller()
1248 Operand::LifeTime::TEMPORARY_VARIABLE) { in makeController()
2062 const std::function<void(SourceOperandIndex, const Operand&, uint32_t definingStepIndex)>& in forEachDynamicTemporary() argument
DExecutionPlan.h99 typedef std::pair<uint32_t, uint32_t> SourceOperandIndex; typedef
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp175 using SourceOperandIndex = ::android::nn::SourceOperandIndex; typedef