Updated links in docs (#2303)

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
manashgoswami 2019-11-03 09:10:56 -08:00 committed by George Wu
parent 556bae17a5
commit d5c36bfff2
2 changed files with 2 additions and 0 deletions

View file

@ -64,6 +64,7 @@ Currently ONNX Runtime supports the following accelerators:
* [Intel OpenVINO](./docs/execution_providers/OpenVINO-ExecutionProvider.md)
* [Nuphar Model Compiler](./docs/execution_providers/Nuphar-ExecutionProvider.md)
* [DirectML](./docs/execution_providers/DirectML-ExecutionProvider.md)
* [ACL](./docs/execution_providers/ACL-ExecutionProvider.md) (in preview, for ARM Compute Library)
Not all variations are supported in the [official release builds](#apis-and-official-builds), but can be built from source following [these instructions](./BUILD.md).

View file

@ -38,6 +38,7 @@ For a list of available dockerfiles and published images to help with getting st
**Inference and Deploy wtih Azure IoT Edge**
* [Intel OpenVINO](http://aka.ms/onnxruntime-openvino)
* [NVIDIA TensorRT on Jetson Nano (ARM64)](http://aka.ms/onnxruntime-arm64)
* [ONNX Runtime with Azure ML](https://github.com/Azure-Samples/onnxruntime-iot-edge/blob/master/AzureML-OpenVINO/README.md)
**Other**
* [Running ONNX model tests](./docs/Model_Test.md)