Home
last modified time | relevance | path

Searched defs:memoryPreference (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp1260 const auto memoryPreference = in makeController() local
1356 const auto memoryPreference = body->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in makeController() local
1371 const auto memoryPreference = body->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in makeController() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DTypeUtils.cpp770 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference) { in operator <<()