45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
# Copyright 2026 The TensorFlow Authors. All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
# ==============================================================================
|
|
|
|
upper_tabs:
|
|
# Tabs left of dropdown menu
|
|
- include: /_upper_tabs_left.yaml
|
|
- include: /api_docs/_upper_tabs_api.yaml
|
|
# Dropdown menu
|
|
- name: Resources
|
|
path: /resources
|
|
is_default: true
|
|
menu:
|
|
- include: /resources/_menu_toc.yaml
|
|
lower_tabs:
|
|
# Subsite tabs
|
|
other:
|
|
- name: Guide
|
|
contents:
|
|
- title: Overview
|
|
path: /mlir/overview
|
|
- heading: Dialects
|
|
- title: Overview
|
|
path: /mlir/dialects
|
|
- title: TensorFlow
|
|
path: /mlir/tf_ops
|
|
- title: TensorFlow Lite
|
|
path: /mlir/tfl_ops
|
|
- heading: Passes
|
|
- title: TF dialect
|
|
path: /mlir/tf_passes
|
|
|
|
- include: /_upper_tabs_right.yaml
|