onnxruntime-imx

Onnxruntime i.MX Machine Learning

https://github.com/nxp-imx/onnxruntime-imx

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Onnxruntime i.MX Machine Learning

Basic Info
  • Host: GitHub
  • Owner: nxp-imx
  • License: mit
  • Language: C++
  • Default Branch: lf-6.12.20_2.0.0
  • Size: 572 MB
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 3
  • Open Issues: 9
  • Releases: 0
Created almost 4 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Citation Codeowners Security Roadmap

README.md

ONNX Runtime is a cross-platform inference and training machine-learning accelerator.

ONNX Runtime inference can enable faster customer experiences and lower costs, supporting models from deep learning frameworks such as PyTorch and TensorFlow/Keras as well as classical machine learning libraries such as scikit-learn, LightGBM, XGBoost, etc. ONNX Runtime is compatible with different hardware, drivers, and operating systems, and provides optimal performance by leveraging hardware accelerators where applicable alongside graph optimizations and transforms. Learn more →

ONNX Runtime training can accelerate the model training time on multi-node NVIDIA GPUs for transformer models with a one-line addition for existing PyTorch training scripts. Learn more →

Get Started & Resources

Builtin Pipeline Status

|System|Inference|Training| |---|---|---| |Windows|Build Status
Build Status
Build Status
Build Status|| |Linux|Build Status
Build Status
Build Status
Build Status
Build Status|Build Status
Build Status| |Mac|Build Status|| |Android|Build Status|| |iOS|Build Status|| |Web|Build Status|| |Other|Build Status||

This project is tested with BrowserStack.

Third-party Pipeline Status

|System|Inference|Training| |---|---|---| |Linux|Build Status||

Releases

The current release and past releases can be found here: https://github.com/microsoft/onnxruntime/releases.

For details on the upcoming release, including release dates, announcements, features, and guidance on submitting feature requests, please visit the release roadmap: https://onnxruntime.ai/roadmap.

Data/Telemetry

Windows distributions of this project may collect usage data and send it to Microsoft to help improve our products and services. See the privacy statement for more details.

Contributions and Feedback

We welcome contributions! Please see the contribution guidelines.

For feature requests or bug reports, please file a GitHub Issue.

For general discussion or questions, please use GitHub Discussions.

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

This project is licensed under the MIT License.

Owner

NXP i.MX Linux BSP Software

GitHub Events

Total
  • Watch event: 3
  • Delete event: 9
  • Issue comment event: 8
  • Push event: 6
  • Pull request event: 12
  • Fork event: 1
  • Create event: 17
Last Year
  • Watch event: 3
  • Delete event: 9
  • Issue comment event: 8
  • Push event: 6
  • Pull request event: 12
  • Fork event: 1
  • Create event: 17

Dependencies

js/web/package.json npm
  • @chiragrupani/karma-chromium-edge-launcher ^2.1.0 development
  • @types/chai ^4.2.16 development
  • @types/emscripten ^1.39.4 development
  • @types/flatbuffers ^1.10.0 development
  • @types/fs-extra ^9.0.10 development
  • @types/karma ^6.1.0 development
  • @types/long ^4.0.1 development
  • @types/minimatch ^3.0.4 development
  • @types/minimist ^1.2.1 development
  • @types/mocha ^8.2.2 development
  • @types/npmlog ^4.1.2 development
  • @types/platform ^1.3.3 development
  • base64-js ^1.5.1 development
  • chai ^4.3.4 development
  • dir-compare ^3.3.0 development
  • electron ^12.2.3 development
  • fs-extra ^9.1.0 development
  • globby ^11.0.3 development
  • jszip ^3.7.1 development
  • karma ^6.3.2 development
  • karma-browserstack-launcher ^1.6.0 development
  • karma-chai ^0.1.0 development
  • karma-chrome-launcher ^3.1.0 development
  • karma-edge-launcher ^0.4.2 development
  • karma-electron ^7.0.0 development
  • karma-firefox-launcher ^2.1.0 development
  • karma-mocha ^2.0.1 development
  • karma-mocha-reporter ^2.2.5 development
  • karma-safari-applescript-launcher ^0.1.0 development
  • karma-sourcemap-loader ^0.3.8 development
  • minimatch ^3.0.4 development
  • minimist ^1.2.5 development
  • mocha ^8.3.2 development
  • node-polyfill-webpack-plugin ^1.1.0 development
  • npmlog ^4.1.2 development
  • numpy-parser ^1.2.3 development
  • strip-json-comments ^3.1.1 development
  • terser ^5.10.0 development
  • ts-loader ^9.1.2 development
  • typescript ^4.2.4 development
  • webpack ^5.36.2 development
  • webpack-bundle-analyzer ^4.5.0 development
  • webpack-cli ^4.7.0 development
  • worker-loader ^3.0.8 development
  • flatbuffers ^1.12.0
  • guid-typescript ^1.0.9
  • long ^4.0.0
  • onnx-proto ^4.0.4
  • onnxruntime-common file:../common
  • platform ^1.3.6
js/web/package-lock.json npm
  • 593 dependencies
js/react_native/ios/Podfile cocoapods
  • onnxruntime-mobile-c >= 0
js/react_native/onnxruntime-react-native.podspec cocoapods
  • React-Core >= 0
  • onnxruntime-mobile-c >= 0
java/build.gradle maven
  • com.google.protobuf:protobuf-java 3.10.0 testImplementation
  • org.junit.jupiter:junit-jupiter-api 5.7.0 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.7.0 testRuntimeOnly
java/src/test/android/app/build.gradle maven
  • androidx.appcompat:appcompat 1.2.0 implementation
  • androidx.constraintlayout:constraintlayout 2.0.4 implementation
  • androidx.core:core-ktx 1.3.2 implementation
  • com.google.android.material:material 1.3.0 implementation
  • org.jetbrains.kotlin:kotlin-stdlib $kotlin_version implementation
  • org.jetbrains.kotlin:kotlin-stdlib-jdk8 $kotlin_version implementation
js/react_native/android/build.gradle maven
  • org.mockito:mockito-core 2.28.2 api
  • junit:junit 4.12 implementation
js/common/package-lock.json npm
  • 156 dependencies
js/common/package.json npm
  • ts-loader ^9.1.2 development
  • typedoc ^0.22.3 development
  • typescript ^4.2.4 development
  • webpack ^5.36.2 development
  • webpack-cli ^4.7.0 development
js/node/package-lock.json npm
  • 345 dependencies
js/node/package.json npm
  • @types/fs-extra ^9.0.6 development
  • @types/minimist 1.2.1 development
  • @types/mocha ^8.2.2 development
  • @types/node ^14.14.37 development
  • cmake-js ^6.2.1 development
  • fs-extra ^9.1.0 development
  • jsonc ^2.0.0 development
  • minimist ^1.2.5 development
  • mocha ^8.2.1 development
  • node-addon-api ^3.1.0 development
  • onnx-proto ^4.0.4 development
  • typescript ^4.2.4 development
  • onnxruntime-common file:../common
js/package-lock.json npm
  • 283 dependencies
js/package.json npm
  • @typescript-eslint/eslint-plugin ^4.22.1 development
  • @typescript-eslint/parser ^4.22.1 development
  • clang-format ^1.5.0 development
  • eslint ^7.25.0 development
  • eslint-plugin-header ^3.1.1 development
  • eslint-plugin-import ^2.22.1 development
  • eslint-plugin-jsdoc ^33.1.0 development
  • eslint-plugin-prefer-arrow ^1.2.3 development
  • eslint-plugin-unicorn ^31.0.0 development
  • typescript ^4.2.4 development
js/react_native/package.json npm
  • @release-it/conventional-changelog ^2.0.0 development
  • @types/fs-extra ^9.0.11 development
  • @types/jest ^26.0.0 development
  • @types/react ^16.9.19 development
  • @types/react-native 0.62.13 development
  • jest ^26.0.1 development
  • pod-install ^0.1.0 development
  • prettier ^2.0.5 development
  • react 16.13.1 development
  • react-native 0.64.1 development
  • react-native-builder-bob ^0.17.1 development
  • release-it ^14.2.2 development
  • typescript ^4.1.3 development
  • buffer ^6.0.3
  • onnxruntime-common file:../common
js/web/test/e2e/package.json npm
  • fs-extra ^9.1.0 development
  • globby ^11.0.3 development
  • karma ^6.3.2 development
  • karma-chrome-launcher ^3.1.0 development
  • karma-mocha ^2.0.1 development
  • karma-mocha-reporter ^2.2.5 development
  • light-server ^2.9.1 development
  • minimist ^1.2.5 development
  • mocha ^8.3.2 development
csharp/sample/Microsoft.ML.OnnxRuntime.FasterRcnnSample/Microsoft.ML.OnnxRuntime.FasterRcnnSample.csproj nuget
  • Microsoft.ML.OnnxRuntime 1.9.0
  • SixLabors.ImageSharp.Drawing 1.0.0-beta11
  • Sixlabors.ImageSharp 1.0.3
csharp/sample/Microsoft.ML.OnnxRuntime.ResNet50v2Sample/Microsoft.ML.OnnxRuntime.ResNet50v2Sample.csproj nuget
  • Microsoft.ML.OnnxRuntime 1.9.0
  • Sixlabors.ImageSharp 1.0.3
csharp/src/Microsoft.AI.MachineLearning.Interop/Microsoft.AI.MachineLearning.Interop.csproj nuget
  • Microsoft.Windows.CsWinRT 1.1.0
  • Microsoft.Windows.SDK.Contracts 10.0.17763.1000
csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj nuget
  • Microsoft.SourceLink.GitHub 1.0.0 development
  • System.Memory 4.5.3
csharp/test/Microsoft.AI.MachineLearning.Tests.DotNet5_0/Microsoft.AI.MachineLearning.Tests.DotNet5_0.csproj nuget
  • Microsoft.AI.MachineLearning 1.4.0-dev-20200728-0957-6cb93ccb5
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj nuget
  • $(PACKAGENAME) $(CurrentOnnxRuntimeVersion)
  • Google.Protobuf 3.16.0
  • Microsoft.NET.Test.Sdk 15.8.0
  • xunit 2.4.1
  • xunit.runner.visualstudio 2.4.3
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/EndToEndTests.Mobile.Automation/EndToEndTests.Mobile.Automation.csproj nuget
  • NUnit 3.13.2
  • Newtonsoft.Json 13.0.1
  • Xamarin.UITest 3.2.1
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Common/Microsoft.ML.OnnxRuntime.Tests.Common.csproj nuget
  • Google.Protobuf 3.16.0
  • Newtonsoft.Json 13.0.1
  • xunit 2.4.1
csharp/test/Microsoft.ML.OnnxRuntime.Tests.Devices/Microsoft.ML.OnnxRuntime.Tests.Devices.csproj nuget
  • Newtonsoft.Json 13.0.1
  • xunit.abstractions 2.0.3
csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp.csproj nuget
  • Microsoft.NET.Test.Sdk 16.11.0
  • Microsoft.NETCore.Targets 5.0.0
  • xunit 2.4.1
  • xunit.runner.visualstudio 2.4.3
csharp/tools/Microsoft.ML.OnnxRuntime.PerfTool/Microsoft.ML.OnnxRuntime.PerfTool.csproj nuget
  • CommandLineParser 2.4.3
  • Google.Protobuf 3.16.0
docs/python/requirements.txt pypi
  • autopep8 *
  • matplotlib *
  • pandas *
  • pydot *
  • pyquickhelper *
  • scikit-learn *
  • skl2onnx *
  • sphinx *
  • sphinx-gallery *
  • sphinx_rtd_theme *
  • sphinxcontrib.imagesvg *
onnxruntime/python/tools/transformers/requirements.txt pypi
  • coloredlogs *
  • numpy *
  • onnx >=1.8
  • packaging *
  • psutil *
  • py-cpuinfo *
  • py3nvml *
  • scipy *
  • torch >=1.8
  • transformers >=4.0
.github/workflows/cffconvert.yml actions
  • actions/checkout v3 composite
  • citation-file-format/cffconvert-github-action 2.0.0 composite
.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/gradle-wrapper-validation.yml actions
  • actions/checkout v3 composite
  • gradle/wrapper-validation-action v1 composite
.github/workflows/labeler.yml actions
.github/workflows/lint.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
  • actions/checkout master composite
  • actions/setup-python v4 composite
  • github/codeql-action/upload-sarif v2 composite
  • reviewdog/action-cpplint master composite
  • reviewdog/action-eslint v1 composite
  • reviewdog/action-misspell v1 composite
  • reviewdog/action-shellcheck v1 composite
.github/workflows/publish-c-apidocs.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/publish-csharp-apidocs.yml actions
  • actions/checkout v3 composite
  • actions/setup-dotnet v3 composite
  • actions/upload-artifact v3 composite
  • nuget/setup-nuget v1 composite
.github/workflows/publish-gh-pages.yml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/jekyll-build-pages v1 composite
  • actions/upload-pages-artifact v2 composite
  • dawidd6/action-download-artifact v2 composite
.github/workflows/publish-java-apidocs.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • actions/upload-artifact v3 composite
  • gradle/gradle-build-action v2 composite
.github/workflows/publish-objectivec-apidocs.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/publish-python-apidocs.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/skip-doc-change.yml.j2 actions
js/react_native/e2e/ios/Podfile cocoapods
  • onnxruntime-react-native >= 0
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/vscode/devcontainers/base 0-${VARIANT} build
java/src/test/android/build.gradle maven
js/react_native/e2e/android/app/build.gradle maven
  • androidx.appcompat:appcompat 1.1.0 implementation
  • androidx.swiperefreshlayout:swiperefreshlayout 1.0.0 implementation
  • androidx.test.ext:junit 1.1.3 implementation
js/react_native/e2e/android/build.gradle maven
js/react_native/e2e/package.json npm
  • @babel/core ^7.17.0 development
  • @babel/runtime ^7.17.0 development
  • babel-plugin-module-resolver ^4.0.0 development
  • detox ^20.7.0 development
  • jest ^29 development
  • metro-react-native-babel-preset ^0.67.0 development
  • react ^18.1.0
  • react-native ^0.69.1
.pipelines/nuget_config/x64/packages.config nuget
  • Microsoft.AI.DirectML 1.12.1
  • Microsoft.Windows.CppWinRT 2.0.201201.7
  • python 3.9.7
.pipelines/nuget_config/x86/packages.config nuget
  • Microsoft.AI.DirectML 1.12.1
  • Microsoft.Windows.CppWinRT 2.0.201201.7
  • pythonx86 3.9.7
csharp/ApiDocs/ApiDocs.csproj nuget
  • docfx.console 2.59.3 development
csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.csproj nuget
csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.Maui/Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj nuget
csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.NetCoreApp/Microsoft.ML.OnnxRuntime.InferenceSample.NetCoreApp.csproj nuget
csharp/test/Microsoft.AI.MachineLearning.Tests.Uwp/Microsoft.AI.MachineLearning.Tests.Uwp.csproj nuget
csharp/tools/MauiModelTester/MauiModelTester.csproj nuget
  • Google.Protobuf 3.16.0
  • Microsoft.Extensions.Logging.Debug 7.0.0
  • Microsoft.ML.OnnxRuntime 1.16.0-dev-20230707-1222-2a11f29eaa
  • Microsoft.ML.OnnxRuntime.Extensions 0.8.0
  • Microsoft.ML.OnnxRuntime.Managed 1.16.0-dev-20230707-1224-2a11f29eaa
onnxruntime/python/tools/tensorrt/perf/requirements.txt pypi
  • coloredlogs *
  • onnxmltools *
  • pandas *
onnxruntime/python/tools/transformers/models/longformer/torch_extensions/setup.py pypi
onnxruntime/python/torch_cpp_extensions/aten_op_executor/setup.py pypi
onnxruntime/python/torch_cpp_extensions/setup.py pypi
.github/actions/install-onnxruntime-wheel/action.yml actions
.github/actions/linux-web-init-and-check/action.yml actions
  • actions/setup-node v3 composite
.github/actions/locate-vcvarsall-and-setup-env/action.yml actions
  • ./.github/_downloaded_actions/setup-vcpkg * composite
  • dsaltares/fetch-gh-release-asset 1.1.0 composite
.github/actions/macos-ci-setup/action.yml actions
  • actions/github-script v7 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
.github/actions/setup-android-ndk/action.yml actions
.github/actions/webgpu-validate-shader-key/action.yml actions
.github/workflows/android.yml actions
  • ./.github/actions/setup-android-ndk * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-java v4 composite
.github/workflows/ios.yml actions
  • actions/checkout v4 composite
  • actions/github-script v7 composite
.github/workflows/linux-dnnl.yml actions
.github/workflows/linux-wasm-ci-build-and-test-workflow.yml actions
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/workflows/linux_ci.yml actions
.github/workflows/linux_cuda_ci.yml actions
  • ./.github/_downloaded_actions/build-docker-image * composite
  • ./.github/_downloaded_actions/run-build-script-in-docker * composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • dsaltares/fetch-gh-release-asset 1.1.2 composite
.github/workflows/linux_tensorrt_ci.yml actions
  • ./.github/_downloaded_actions/build-docker-image * composite
  • ./.github/_downloaded_actions/run-build-script-in-docker * composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • dsaltares/fetch-gh-release-asset 1.1.2 composite
.github/workflows/mac.yml actions
  • ./.github/actions/macos-ci-setup * composite
  • actions/checkout v4 composite
.github/workflows/macos-ci-build-and-test-workflow.yml actions
  • ./.github/actions/macos-ci-setup * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
.github/workflows/pr_checks.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • parkerbxyz/suggest-changes v2 composite
.github/workflows/publish-js-apidocs.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/reusable_linux_build.yml actions
  • ./.github/_downloaded_actions/build-docker-image * composite
  • ./.github/_downloaded_actions/run-build-script-in-docker * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • dsaltares/fetch-gh-release-asset 1.1.2 composite
.github/workflows/stale.yml actions
  • actions/stale v8 composite
.github/workflows/title-only-labeler.yml actions
.github/workflows/web.yml actions
  • ./.github/actions/linux-web-init-and-check * composite
  • actions/checkout v4 composite
.github/workflows/windows-web-ci-workflow.yml actions
  • ./.github/actions/webgpu-validate-shader-key * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/windows_build_x64_asan.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
.github/workflows/windows_cuda.yml actions
  • ./.github/actions/install-onnxruntime-wheel * composite
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_dml.yml actions
  • ./.github/actions/install-onnxruntime-wheel * composite
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_openvino.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
.github/workflows/windows_tensorrt.yml actions
  • ./.github/actions/install-onnxruntime-wheel * composite
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
.github/workflows/windows_webgpu.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • ./.github/actions/webgpu-validate-shader-key * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_x64_debug_build_x64_debug.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • microsoft/onnxruntime-github-actions/setup-vcpkg 35f8bd42417991aa46577e9c32e445af4250f098 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_x64_release_build_x64_release.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_x64_release_dnnl_build_x64_release.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_x64_release_ep_generic_interface_build_x64_release_ep_generic_interface.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_x64_release_vitisai_build_x64_release.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_x64_release_xnnpack.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • nuget/setup-nuget v2 composite
.github/workflows/windows_x86.yml actions
  • ./.github/actions/locate-vcvarsall-and-setup-env * composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-java v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • nuget/setup-nuget v2 composite
rust/Cargo.toml cargo
rust/onnxruntime/Cargo.toml cargo
  • image 0.24 development
  • test-log 0.2 development
  • tracing-subscriber 0.2 development
  • ureq 2.1 development
  • libloading 0.7
  • ndarray 0.15
  • once_cell 1.17
  • onnxruntime-sys 0.0.14
  • thiserror 1.0
  • tracing 0.1
  • ureq 2.1
rust/onnxruntime-sys/Cargo.toml cargo
tools/android_custom_build/Dockerfile docker
  • ubuntu 20.04 build
tools/ci_build/github/linux/docker/inference/aarch64/default/cpu/Dockerfile docker
  • onnxruntimebuildcache.azurecr.io/internal/azureml/onnxruntime/build/cpu_aarch64_ubi8_gcc14_dotnet 20250124.1 build
tools/ci_build/github/linux/docker/inference/aarch64/python/cpu/Dockerfile docker
  • onnxruntimebuildcache.azurecr.io/internal/azureml/onnxruntime/build/cpu_aarch64_ubi8_gcc14 20250124.1 build
tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile docker
  • onnxruntimebuildcache.azurecr.io/internal/azureml/onnxruntime/build/cpu_x64_ubi8_gcc14_dotnet 20250124.1 build