Nav fix

PiperOrigin-RevId: 236574199
This commit is contained in:
Billy Lamberta 2019-03-03 18:22:43 -08:00 committed by TensorFlower Gardener
parent 31e4ccbcd9
commit 8936468ba9

View File

@ -12,108 +12,108 @@ upper_tabs:
lower_tabs: lower_tabs:
# Subsite tabs # Subsite tabs
other: other:
- name: Guide - name: "Guide"
contents: contents:
- title: TensorFlow Lite guide - title: "TensorFlow Lite guide"
path: /lite/guide path: /lite/guide
- heading: Get started - heading: "Get started"
- title: Overview - title: "Overview"
path: /lite/guide/get_started path: /lite/guide/get_started
- title: Android quickstart - title: "Android quickstart"
path: /lite/guide/android path: /lite/guide/android
- title: iOS quickstart - title: "iOS quickstart"
path: /lite/guide/ios path: /lite/guide/ios
- title: TensorFlow Lite FAQ - title: "TensorFlow Lite FAQ"
path: /lite/guide/faq path: /lite/guide/faq
- heading: Convert a model - heading: "Convert a model"
- title: TensorFlow Lite converter - title: "TensorFlow Lite converter"
path: /lite/convert/ path: /lite/convert/
- title: Command line examples - title: "Command line examples"
path: /lite/convert/cmdline_examples path: /lite/convert/cmdline_examples
- title: Command line reference - title: "Command line reference"
path: /lite/convert/cmdline_reference path: /lite/convert/cmdline_reference
- title: Python API - title: "Python API"
path: /lite/convert/python_api path: /lite/convert/python_api
- heading: Inference - heading: "Inference"
- title: Overview - title: "Overview"
path: /lite/guide/inference path: /lite/guide/inference
- title: Custom operators - title: "Custom operators"
path: /lite/guide/ops_custom path: /lite/guide/ops_custom
- title: Operator versions - title: "Operator versions"
path: /lite/guide/ops_version path: /lite/guide/ops_version
- title: Operator compatibility - title: "Operator compatibility"
path: /lite/guide/ops_compatibility path: /lite/guide/ops_compatibility
- title: Select operators from TensorFlow - title: "Select operators from TensorFlow"
path: /lite/guide/ops_select path: /lite/guide/ops_select
- title: List of hosted models - title: "List of hosted models"
path: /lite/guide/hosted_models path: /lite/guide/hosted_models
- heading: Performance - heading: "Performance"
- title: Best practices - title: "Best practices"
path: /lite/performance/best_practices path: /lite/performance/best_practices
- title: Benchmarks - title: "Benchmarks"
path: /lite/performance/benchmarks path: /lite/performance/benchmarks
- title: Model optimization - title: "Model optimization"
path: /lite/performance/model_optimization path: /lite/performance/model_optimization
- title: Post-training quantization - title: "Post-training quantization"
path: /lite/performance/post_training_quantization path: /lite/performance/post_training_quantization
- title: Post-training quantization example - title: "Post-training quantization example"
path: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tutorials/post_training_quant.ipynb path: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/tutorials/post_training_quant.ipynb
status: external status: external
- title: GPU delegate - title: "GPU delegate"
path: /lite/performance/gpu path: /lite/performance/gpu
- title: Advanced GPU - title: "Advanced GPU"
path: /lite/performance/gpu_advanced path: /lite/performance/gpu_advanced
- heading: Build TensorFlow Lite - heading: "Build TensorFlow Lite"
- title: Buiild for iOS - title: "Build for iOS"
path: /lite/guide/build_ios path: /lite/guide/build_ios
- title: Build for ARM64 - title: "Build for ARM64"
path: /lite/guide/build_arm64 path: /lite/guide/build_arm64
- title: Build for Raspberry Pi - title: "Build for Raspberry Pi"
path: /lite/guide/build_rpi path: /lite/guide/build_rpi
- name: Examples - name: "Examples"
contents: contents:
- title: Examples - title: "Examples"
path: /lite/examples path: /lite/examples
- name: Models - name: "Models"
contents: contents:
- title: Overview - title: "Overview"
path: /lite/models/ path: /lite/models/
- title: Image classification - title: "Image classification"
section: section:
- title: Overview - title: "Overview"
path: /lite/models/image_classification/overview path: /lite/models/image_classification/overview
- title: Android - title: "Android"
path: /lite/models/image_classification/android path: /lite/models/image_classification/android
- title: iOS - title: "iOS"
path: /lite/models/image_classification/ios path: /lite/models/image_classification/ios
- title: Object detection - title: "Object detection"
section: section:
- title: Overview - title: "Overview"
path: /lite/models/object_detection/overview path: /lite/models/object_detection/overview
- title: Pose estimation - title: "Pose estimation"
section: section:
- title: Overview - title: "Overview"
path: /lite/models/pose_estimation/overview path: /lite/models/pose_estimation/overview
- title: Segmentation - title: "Segmentation"
section: section:
- title: Overview - title: "Overview"
path: /lite/models/segmentation/overview path: /lite/models/segmentation/overview
- title: Smart reply - title: "Smart reply"
section: section:
- title: Overview - title: "Overview"
path: /lite/models/smart_reply/overview path: /lite/models/smart_reply/overview
- name: API - name: "API"
skip_translation: true skip_translation: true
contents: contents:
- title: API - title: "API"
path: /api_docs/python/tf/lite path: /api_docs/python/tf/lite
- include: /api_docs/_upper_tabs_api.yaml - include: /api_docs/_upper_tabs_api.yaml