Home
last modified time | relevance | path

Searched refs:preferPowerOverLatency (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/
DManager.h77 bool preferPowerOverLatency) const = 0;
DVersionedInterfaces.h696 bool preferPowerOverLatency) const;
DManager.cpp151 bool preferPowerOverLatency) const override { in configureExecutionBurst()
152 return mPreparedModel->configureExecutionBurst(preferPowerOverLatency); in configureExecutionBurst()
DExecutionPlan.cpp790 const bool preferPowerOverLatency = in makeBursts() local
793 preparedModel->configureExecutionBurst(preferPowerOverLatency)); in makeBursts()
805 const bool preferPowerOverLatency = in makeBursts() local
807 burst.push_back(preparedModel->configureExecutionBurst(preferPowerOverLatency)); in makeBursts()
DVersionedInterfaces.cpp391 bool preferPowerOverLatency) const { in configureExecutionBurst()
396 (preferPowerOverLatency ? std::chrono::microseconds{0} : getPollingTimeWindow()); in configureExecutionBurst()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp863 const bool preferPowerOverLatency = (kPreference == ExecutionPreference::LOW_POWER); in configureExecutionBurst() local
865 (preferPowerOverLatency ? std::chrono::microseconds{0} : getPollingTimeWindow()); in configureExecutionBurst()