Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h57 struct ConstantReferenceLocation;
165 const std::map<SourceOperandIndex, ConstantReferenceLocation>&
406 struct ConstantReferenceLocation { struct
455 std::map<SourceOperandIndex, ConstantReferenceLocation>
498 std::map<SourceOperandIndex, ConstantReferenceLocation> mSourceOperandToConstantReference;
708 std::map<SourceOperandIndex, ConstantReferenceLocation>
DExecutionPlan.cpp343 const std::map<SourceOperandIndex, ConstantReferenceLocation>& in mapInputsAndOutputs()
744 std::map<SourceOperandIndex, ConstantReferenceLocation> sourceOperandToConstantReference) in Controller()
1068 const ConstantReferenceLocation& location = it->second; in getBuffer()