update operator version (#12307)

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
This commit is contained in:
RandySheriffH 2022-07-25 11:03:03 -07:00 committed by GitHub
parent 0e1e488824
commit e0be2ca4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ The contrib operator schemas are documented in the ONNX Runtime repository.
| Release | Documentation |
|---------|---------------|
| Current master | [https://github.com/microsoft/onnxruntime/blob/master/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/master/docs/ContribOperators.md) |
| 1.12 | [https://github.com/microsoft/onnxruntime/blob/rel-1.12.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.12.0/docs/ContribOperators.md)|
| 1.11 | [https://github.com/microsoft/onnxruntime/blob/rel-1.11.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.11.0/docs/ContribOperators.md)|
| 1.10 | [https://github.com/microsoft/onnxruntime/blob/rel-1.10.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.10.0/docs/ContribOperators.md)|
| 1.9 | [https://github.com/microsoft/onnxruntime/blob/rel-1.9.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.9.0/docs/ContribOperators.md)|

View file

@ -10,6 +10,7 @@ The operator kernels supported by the CPU Execution Provider and CUDA Execution
| Release | Documentation |
|---------|---------------|
| Current master | [https://github.com/microsoft/onnxruntime/blob/master/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/master/docs/OperatorKernels.md) |
| 1.12 | [https://github.com/microsoft/onnxruntime/blob/rel-1.12.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.12.0/docs/OperatorKernels.md)|
| 1.11 | [https://github.com/microsoft/onnxruntime/blob/rel-1.11.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.11.0/docs/OperatorKernels.md)|
| 1.10 | [https://github.com/microsoft/onnxruntime/blob/rel-1.10.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.10.0/docs/OperatorKernels.md)|
| 1.9 | [https://github.com/microsoft/onnxruntime/blob/rel-1.9.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.9.0/docs/OperatorKernels.md)|