Skip to content

Commit 75e950c

Browse files
faxuRaymond Yang
authored and
Raymond Yang
committed
Addl TPN updates (#403)
* Updated TPN * Update batch_norm_op_test.cc * Update ThirdPartyNotices.txt * Update ThirdPartyNotices.txt * Update readme with package links * Update README.md * Update README.md * Update README.md * Merged Ryan and TPN changes into single PR * minor fix * added mkldnn to GPU pipeline. Required by C# library as it is the default execution provider
1 parent 6fc48c6 commit 75e950c

File tree

5 files changed

+487
-13
lines changed

5 files changed

+487
-13
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ONNX Runtime continuously strives to provide top performance for a broad and gro
2323
### Alignment with ONNX Releases
2424
ONNX Runtime provides comprehensive support of the ONNX spec and can be used to run all models based on ONNX v1.2.1 and higher. See ONNX version release details [here](https://github.com/onnx/onnx/releases).
2525

26-
As of November 2018, ONNX Runtime supports the latest released version of ONNX (1.3). Once 1.4 is released, ONNX Runtime will align with the updated spec, adding support for new operators and other capabilities.
26+
As of January 2019, ONNX Runtime supports ONNX 1.3. We will soon add support for the recently released ONNX 1.4.
2727

2828
### Traditional ML support
2929
ONNX Runtime fully supports the ONNX-ML profile of the ONNX spec for traditional ML scenarios.
@@ -39,15 +39,13 @@ We are continuously working to integrate new execution providers to provide impr
3939

4040
## Cross Platform
4141
ONNX Runtime offers:
42-
* APIs for Python, C#, and C (experimental)
42+
* APIs for Python, C#, and C
4343
* Available for Linux, Windows, and Mac 
4444

4545
See API documentation and package installation instructions [below](#Installation).
4646

4747
Looking ahead: To broaden the reach of the runtime, we will continue investments to make ONNX Runtime available and compatible with more platforms. These include but are not limited to:
48-
* C# for Linux, Mac
49-
* C# supporting GPU
50-
* C packages
48+
* C# for Mac
5149
* [ARM](BUILD.md##arm-builds)
5250

5351
# Getting Started
@@ -61,9 +59,9 @@ If you already have an ONNX model, just [install the runtime](#Installation) for
6159
## APIs and Official Builds
6260
| API Documentation | CPU package | GPU package |
6361
|-----|-------------|-------------|
64-
| [Python](https://docs.microsoft.com/en-us/python/api/overview/azure/onnx/intro?view=azure-onnx-py) | [Windows](https://pypi.org/project/onnxruntime/)<br>[Linux](https://pypi.org/project/onnxruntime/)<br>[Mac](https://pypi.org/project/onnxruntime/)| [Windows](https://pypi.org/project/onnxruntime-gpu)<br>[Linux](https://pypi.org/project/onnxruntime-gpu/) |
65-
| [C#](docs/CSharp_API.md) | [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)<br>Linux - Coming Soon<br>Mac - Coming Soon| [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)<br>Linux - Coming Soon<br>Mac - Coming Soon|
66-
| [C (experimental)](docs/C_API.md) | Coming Soon | Coming Soon |
62+
| [Python](https://docs.microsoft.com/en-us/python/api/overview/azure/onnx/intro?view=azure-onnx-py) | [Windows/Linux/Mac](https://pypi.org/project/onnxruntime/)| [Windows/Linux](https://pypi.org/project/onnxruntime-gpu/) |
63+
| [C#](docs/CSharp_API.md) | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)<br>Mac - Coming Soon| [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)<br>Mac - Coming Soon|
64+
| [C](docs/C_API.md) | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)<br>Mac - Coming Soon | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)<br>Mac - Coming Soon |
6765
| [C++](onnxruntime/core/session/inference_session.h) | TBD | TBD |
6866

6967
## Build Details

0 commit comments

Comments
 (0)