Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h59 struct ConstantReferenceLocation;
304 const std::map<SourceOperandIndex, ConstantReferenceLocation>&
555 struct ConstantReferenceLocation { struct
614 std::map<SourceOperandIndex, ConstantReferenceLocation>
658 std::map<SourceOperandIndex, ConstantReferenceLocation> mSourceOperandToConstantReference;
927 std::map<SourceOperandIndex, ConstantReferenceLocation>
DExecutionPlan.cpp557 const std::map<SourceOperandIndex, ConstantReferenceLocation>& in mapInputsAndOutputs()
1125 std::map<SourceOperandIndex, ConstantReferenceLocation> sourceOperandToConstantReference, in Controller()
1482 const ConstantReferenceLocation& location = it->second; in getBuffer()