mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-30 03:37:44 +00:00
The files of graph_transformer.h and rewrite_rule.h has been moved. (#446)
This commit is contained in:
parent
405c4bacbc
commit
b29c6e48b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue