The files of graph_transformer.h and rewrite_rule.h has been moved. (#446)

This commit is contained in:
Weixing Zhang 2019-02-06 13:30:39 -08:00 committed by GitHub
parent 405c4bacbc
commit b29c6e48b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,8 +78,8 @@ ONNX Runtime is built with an extensible design that makes it versatile to suppo
* [Add a custom operator/kernel](docs/AddingCustomOp.md)
* [Add an execution provider](docs/AddingExecutionProvider.md)
* [Add a new graph
transform](include/onnxruntime/core/graph/graph_transformer.h)
* [Add a new rewrite rule](include/onnxruntime/core/graph/rewrite_rule.h)
transform](include/onnxruntime/core/optimizer/graph_transformer.h)
* [Add a new rewrite rule](include/onnxruntime/core/optimizer/rewrite_rule.h)
# Contribute
We welcome your contributions! Please see the [contribution guidelines](CONTRIBUTING.md).