Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1313 body->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in makeController()
1408 const auto memoryPreference = body->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in makeController()
1423 const auto memoryPreference = body->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in makeController()
2097 return compound()->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in getMemoryPreference()
2101 MemoryPreference ExecutionPlan::CompoundBody::getMemoryPreferenceOfSourceOperand( in getMemoryPreferenceOfSourceOperand() function in android::nn::ExecutionPlan::CompoundBody
DExecutionPlan.h890 MemoryPreference getMemoryPreferenceOfSourceOperand(const SourceOperandIndex& index) const;