Function TfLiteQnnDelegateSetPerf¶
Defined in File QnnTFLiteDelegate.h
Function Documentation¶
-
bool TfLiteQnnDelegateSetPerf(TfLiteDelegate *delegate, const TfLiteQnnDelegatePerformanceAction action)¶
Manually vote or release performance mode. “Vote” to request hardware to obey the performance mode setting as soon as possible. “Release” to release the vote. Note that this API only work for HTP/DSP backend with kHtpPerfCtrlManual or kDspPerfCtrlManual. Return true for success, false for failure.