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;
930 std::map<SourceOperandIndex, ConstantReferenceLocation>
DExecutionPlan.cpp597 const std::map<SourceOperandIndex, ConstantReferenceLocation>& in mapInputsAndOutputs()
1177 std::map<SourceOperandIndex, ConstantReferenceLocation> sourceOperandToConstantReference, in Controller()
1534 const ConstantReferenceLocation& location = it->second; in getBuffer()