diff --git a/prototype_source/prototype_index.rst b/prototype_source/prototype_index.rst index e90a6a1e8fe..13fef1152fe 100644 --- a/prototype_source/prototype_index.rst +++ b/prototype_source/prototype_index.rst @@ -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:: @@ -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