From b29c6e48b44c542e9dcc1eb8e91b88e30698e0a6 Mon Sep 17 00:00:00 2001 From: Weixing Zhang Date: Wed, 6 Feb 2019 13:30:39 -0800 Subject: [PATCH] The files of graph_transformer.h and rewrite_rule.h has been moved. (#446) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4131425bc..fe777ba3ca 100644 --- a/README.md +++ b/README.md @@ -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).