ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
Scott McKay 5d3992f999 Handle the Scan subgraph producing outputs with a symbolic dimension.
If the output has a symbolic dimension
  * Infer the shape if it is a loop state variable as we have the input value, and the shape from the subgraph output must match
  * Use a temporary MLValue for the first subgraph execution if it is a subgraph output with a symbolic dimension.
    * After the first execution make the overall output shape concrete and allocate the full output buffer.
    * Use slices of the full output buffer for all other subgraph executions to avoid copies.

Add unit test to validate.
2018-11-24 17:51:35 +10:00
cmake Sync with internal master. 2018-11-22 20:56:43 -08:00
csharp Sync with internal master. 2018-11-22 20:56:43 -08:00
docs Sync with internal master. 2018-11-22 20:56:43 -08:00
include/onnxruntime/core Sync with internal master. 2018-11-22 20:56:43 -08:00
onnxruntime Handle the Scan subgraph producing outputs with a symbolic dimension. 2018-11-24 17:51:35 +10:00
package/rpm Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
tools update the cuda cudnn version information 2018-11-20 11:54:32 -08:00
.clang-format Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
.clang-tidy Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
.gitattributes Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
.gitignore Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
.gitmodules Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
build.amd64.1411.bat Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
build.bat Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
BUILD.md Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
build.sh Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
CONTRIBUTING.md Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
LICENSE Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
README.md Fix build status badge. 2018-11-23 00:02:39 -08:00
rename_manylinux.sh Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
requirements-dev.txt Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
requirements.txt Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
setup.py Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
ThirdPartyNotices.txt Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
VERSION_NUMBER Initial bootstrap commit. 2018-11-19 16:48:22 -08:00

ONNX Runtime

Build Status

ONNX Runtime is the runtime for ONNX.

Engineering Design

Engineering Design

API

API CPU package GPU package
Python Windows
Linux
Mac
Windows
Linux
C# Windows Not available
C Windows
Linux
Not available

Build

Build

Contribute

Contribute

Versioning

Versioning

Feedback

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

LICENSE