Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1312 const auto memoryPreference = in makeController() local
1408 const auto memoryPreference = body->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in makeController() local
1423 const auto memoryPreference = body->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in makeController() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp648 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference) { in operator <<()