在 Android 上使用 LiteRT

LiteRT on Android 提供了将高性能自定义机器学习功能部署到您的 Android 应用中的必要条件。

Diagram illustrating the architecture of LiteRT, a framework for
running machine learning models on Android devices. It shows the components
involved, including the ML runtime, hardware acceleration delegates, and Google
Play services.

用于机器学习运行时的 LiteRT

将 LiteRT 与 Google Play 服务(Android 的官方机器学习推理运行时)结合使用,以便在您的应用中运行高性能机器学习推理。 了解更多

使用 LiteRT 代理进行硬件加速

使用通过 Google Play 服务分发的 LiteRT 代理在专用硬件(如 GPU 或 NPU)上运行加速的机器学习。通过访问高级的设备计算功能,这有助于您为用户提供更流畅、更低延迟的用户体验。

我们提供对 GPU 代理的支持,并且我们正在与合作伙伴合作,使用 Google Play 服务提供对其自定义代理的访问,以支持高级用例。 了解更多

由 Google Play 服务提供支持

使用 Google Play 服务访问 LiteRT 运行时和代理。这可确保使用最新的稳定版本,同时最大程度地减少对应用二进制文件大小的影响。 了解更多

代码示例

查看 LiteRT Android 代码示例并在您的设备上测试机器学习功能。 了解更多

开始使用 LiteRT

下载示例代码并开始使用 LiteRT 和 Android。 了解更多

加速服务

加速服务 API 允许您在运行时安全地选择最佳硬件加速配置,而无需担心底层设备硬件和驱动程序。 了解更多