Searched refs:preferPowerOverLatency (Results 1 – 6 of 6) sorted by relevance
77 bool preferPowerOverLatency) const = 0;
696 bool preferPowerOverLatency) const;
151 bool preferPowerOverLatency) const override { in configureExecutionBurst()152 return mPreparedModel->configureExecutionBurst(preferPowerOverLatency); in configureExecutionBurst()
790 const bool preferPowerOverLatency = in makeBursts() local793 preparedModel->configureExecutionBurst(preferPowerOverLatency)); in makeBursts()805 const bool preferPowerOverLatency = in makeBursts() local807 burst.push_back(preparedModel->configureExecutionBurst(preferPowerOverLatency)); in makeBursts()
391 bool preferPowerOverLatency) const { in configureExecutionBurst()396 (preferPowerOverLatency ? std::chrono::microseconds{0} : getPollingTimeWindow()); in configureExecutionBurst()
863 const bool preferPowerOverLatency = (kPreference == ExecutionPreference::LOW_POWER); in configureExecutionBurst() local865 (preferPowerOverLatency ? std::chrono::microseconds{0} : getPollingTimeWindow()); in configureExecutionBurst()