Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp659 ASSERT_EQ(model.partitionTheWork(devicesA, ExecutePreference::PREFER_LOW_POWER, &planA), in TEST_F()
676 ASSERT_EQ(model.partitionTheWork(devicesB, ExecutePreference::PREFER_LOW_POWER, &planB), in TEST_F()
761 ASSERT_EQ(model.partitionTheWork(devices, ExecutePreference::PREFER_LOW_POWER, &plan), in TEST_F()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h41 PREFER_LOW_POWER = ANEURALNETWORKS_PREFER_LOW_POWER, enumerator