Skip to content

Add 1.10 mobile prototype tutorials to the matrix #1749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions prototype_source/prototype_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@ Prototype features are not available as part of binary distributions like PyPI o
:link: ../prototype/vulkan_workflow.html
:tags: Mobile

.. customcarditem::
:header: Tracing-based Selective Build Mobile Interpreter in Android and iOS
:card_description: Learn how to optimize the mobile interpreter size with a tracing-based selective build.
:image: ../_static/img/thumbnails/cropped/mobile.png
:link: ../prototype/tracing_based_selective_build.html
:tags: Mobile

.. customcarditem::
:header: Convert Mobilenetv2 to Core ML
:card_description: Learn how to prepare a computer vision model to use the PyTorch Core ML mobile backend.
:image: ../_static/img/thumbnails/cropped/ios.png
:link: ../prototype/ios_coreml_workflow.html
:tags: Mobile

.. Modules

.. customcarditem::
Expand Down Expand Up @@ -142,6 +156,8 @@ Prototype features are not available as part of binary distributions like PyPI o
prototype/graph_mode_dynamic_bert_tutorial.html
prototype/ios_gpu_workflow.html
prototype/nnapi_mobilenetv2.html
prototype/tracing_based_selective_build.html
prototype/ios_coreml_workflow.html
prototype/numeric_suite_tutorial.html
prototype/torchscript_freezing.html
prototype/vmap_recipe.html
Expand Down