You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _mobile/home.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,15 @@ PyTorch Mobile is in beta stage right now and in wide scale production use. It w
19
19
20
20
Key features of PyTorch Mobile:
21
21
22
-
* Available for iOS, Android and Linux
22
+
* Available for [iOS]({{site.baseurl}}/mobile/ios), [Android]({{site.baseurl}}/mobile/android) and Linux
23
23
* Provides APIs that cover common preprocessing and integration tasks needed for incorporating ML in mobile applications
24
24
* Support for tracing and scripting via TorchScript IR
25
25
* Support for XNNPACK floating point kernel libraries for Arm CPUs
26
26
* Integration of QNNPACK for 8-bit quantized kernels. Includes support for per-channel quantization, dynamic quantization and more
27
27
* Build level optimization and selective compilation depending on the operators needed for user applications, i.e., the final binary size of the app is determined by the actual operators the app needs
28
28
* Support for hardware backends like GPU, DSP, NPU will be available soon
29
29
30
+
A typical workflow from training to mobile deployment with the optional model optimization steps is outlined in the following figure.
0 commit comments