Fixing broken links for graph transformations in High Level Design doc (#1128)

This commit is contained in:
Konstantinos Karanasos 2019-05-29 15:36:59 -07:00 committed by GitHub
parent f51b081ec2
commit 2072d34d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@ on its device. This means that ONNXRuntime must be able to execute a single
model in a heterogeneous environment involving multiple execution providers.
* Provide support for high-level optimizations that can be expressed as
model-to-model transformations via a [graph-transformation
API](../include/onnxruntime/core/graph/graph_transformer.h). Such
API](../include/onnxruntime/core/optimizer/graph_transformer.h). Such
transformations fall into two categories: global transformations, those that
require analysis and transformation of the entire graph, and local
transformations, which can be captured as simple (algebraic) [rewriting
rules](../include/onnxruntime/core/graph/rewrite_rule.h).
rules](../include/onnxruntime/core/optimizer/rewrite_rule.h).
## High-level system architecture
The flow is quite simple. Starting from an ONNX model, ONNXRuntime first