Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这非常简单,但是预测MLModel何时处于低功耗模式会导致结果慢得多。 我试图了解是否有办法绕过它,CIContextOption类似于.allowLowPower.
MLModel
CIContextOption
.allowLowPower
我的直觉告诉我可能不会,我能做的最好的就是检测低功耗模式并显示某种 UI,告诉用户注意较慢的结果。除此之外,我们还能做些什么?