[mlir][docs] Remove the MLIR prefix from several titles.

This prefix is already implied by the doc location and functions only as
filler.
This commit is contained in:
River Riddle 2020-04-11 14:49:03 -07:00
parent 1b76c4cade
commit 89b007037f
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# MLIR Generic DAG Rewriter Infrastructure
# Generic DAG Rewriter Infrastructure
## Introduction and Motivation

View File

@ -1,4 +1,4 @@
# MLIR Interfaces
# Interfaces
MLIR is generic and very extensible; it allows for opaquely representing many
different dialects that have their own operations, attributes, types, and so on.

View File

@ -1,4 +1,4 @@
# MLIR Passes
# Passes
This document describes the available MLIR passes and their contracts.

View File

@ -1,4 +1,4 @@
# MLIR Quantization
# Quantization
This document outlines the design of the MLIR quantization system. While the
term "quantization" is highly overloaded, in this case, it refers to a fairly

View File

@ -1,4 +1,4 @@
# MLIR Operation Traits
# Operation Traits
[TOC]